entries property
List<GeoPointRouteEntry>
get
entries
Все элементы.
Implementation
List<GeoPointRouteEntry> get entries {
_CArray_CGeoPointRouteEntry res = _CGeoPointRouteAttribute_entries(_CGeoPointRouteAttributeMakeDefault().._impl=_self);
final t = res._toDart();
res._releaseIntermediate();
return t;
}