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