type property
CSSNumericType Function()
get
type
Implementation
_i3.CSSNumericType Function() get type => () => _i4.callMethod(
_i4.getProperty(
this,
'type',
),
r'call',
[this],
);
set
type
(CSSNumericType value())
Implementation
set type(_i3.CSSNumericType Function() value) {
_i4.setProperty(
this,
'type',
_i4.allowInterop(value),
);
}