first property
T? Function()
get
first
Implementation
T? Function() get first => () => _i4.callMethod(
_i4.getProperty(
this,
'first',
),
r'call',
[this],
);
set
first
(T? value())
Implementation
set first(T? Function() value) {
_i4.setProperty(
this,
'first',
_i4.allowInterop(() => () => value() ?? _i5.undefined),
);
}