nearestPlatforms property
List<NearestPlatform>
get
nearestPlatforms
Ближайшие остановочные платформы.
Implementation
List<NearestPlatform> get nearestPlatforms {
_CArray_CNearestPlatform res = _CDirectoryObject_nearestPlatforms(_CDirectoryObjectMakeDefault().._impl=_self);
final t = res._toDart();
res._releaseIntermediate();
return t;
}