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