entries property

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

Implementation

List<TruckPassZoneIdRouteLongEntry> get entries {
  _CArray_CTruckPassZoneIdRouteLongEntry res = _CTruckPassZoneIdRouteLongAttribute_entries(_CTruckPassZoneIdRouteLongAttributeMakeDefault().._impl=_self);
  final t = res._toDart();
  res._releaseIntermediate();
  return t;
}