unit property
String?
get
unit
Implementation
_i2.String? get unit => _i5.getProperty(
this,
'unit',
);
set
unit
(String? value)
Implementation
set unit(_i2.String? value) {
_i5.setProperty(
this,
'unit',
value ?? _i4.undefined,
);
}