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