entries property

Все элементы.

Implementation

List<MillisecondsRouteEntry> get entries {
  _CArray_CMillisecondsRouteEntry res = _CMillisecondsRouteAttribute_entries(_CMillisecondsRouteAttributeMakeDefault().._impl=_self);
  final t = res._toDart();
  res._releaseIntermediate();
  return t;
}