Dart
dart:html
DomMatrix
b property
description
b property
num
b
override
Implementation
num
get
b => JS(
"num"
,
"#.b"
,
this
);
void
b=
(
num
value
)
Implementation
set
b(
num
value) { JS(
"void"
,
"#.b = #"
,
this
, value); }