takeRecords property
List Function()
get
takeRecords
Implementation
_i2.List Function() get takeRecords => () => ((_i4.callMethod(
_i4.getProperty(
this,
'takeRecords',
),
r'call',
[this],
)) as _i2.List)
.cast();
set
takeRecords
(List value())
Implementation
set takeRecords(_i2.List Function() value) {
_i4.setProperty(
this,
'takeRecords',
_i4.allowInterop(value),
);
}