time property
void Function([String?])
get
time
Implementation
void Function([_i2.String?]) get time => ([_i2.String? p0]) => _i4.callMethod(
_i4.getProperty(
this,
'time',
),
r'call',
[
this,
p0 ?? _i6.undefined,
],
);
set
time
(void value([String?]))
Implementation
set time(void Function([_i2.String?]) value) {
_i4.setProperty(
this,
'time',
_i4.allowInterop(value),
);
}