entries property

List<UIntRouteLongEntry> get entries

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

Implementation

List<UIntRouteLongEntry> get entries {
  _CArray_CUIntRouteLongEntry res = _CUIntRouteLongAttribute_entries(_CUIntRouteLongAttributeMakeDefault().._impl=_self);
  final t = res._toDart();
  res._releaseIntermediate();
  return t;
}