entries property
List<BoolRouteLongEntry>
get
entries
Все элементы.
Implementation
List<BoolRouteLongEntry> get entries {
_CArray_CBoolRouteLongEntry res = _CBoolRouteLongAttribute_entries(_CBoolRouteLongAttributeMakeDefault().._impl=_self);
final t = res._toDart();
res._releaseIntermediate();
return t;
}