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