first property

GeoPointRouteEntry? get first

Первый элемент.

Implementation

GeoPointRouteEntry? get first {
  _COptional_CGeoPointRouteEntry res = _CGeoPointRouteAttribute_first(_CGeoPointRouteAttributeMakeDefault().._impl=_self);
  return res._toDart();
}