entries property
List<LaneSignRouteLongEntry>
get
entries
Все элементы.
Implementation
List<LaneSignRouteLongEntry> get entries {
_CArray_CLaneSignRouteLongEntry res = _CLaneSignRouteLongAttribute_entries(_CLaneSignRouteLongAttributeMakeDefault().._impl=_self);
final t = res._toDart();
res._releaseIntermediate();
return t;
}