last property

Последний элемент.

Implementation

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