first property

RoadEventRouteEntry? get first

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

Implementation

RoadEventRouteEntry? get first {
  _COptional_CRoadEventRouteEntry res = _CRoadEventRouteAttribute_first(_CRoadEventRouteAttributeMakeDefault().._impl=_self);
  return res._toDart();
}