entries property

({List<(String, T)> Function<T>(Object o) $1, List<(String, dynamic)> Function(IInline20 o) $2}) get entries

Overload accessor: $1, $2

Implementation

({
  /// Returns an array of key/values of the enumerable properties of an object
  ///  @param o Object that contains the properties and methods. This can be an object that you created or an existing Document Object Model (DOM) object.
  _i2.List<
          (
            _i2.String,
            T,
          )>
      Function<T>(_i2.Object o) $1,

  /// Returns an array of key/values of the enumerable properties of an object
  ///  @param o Object that contains the properties and methods. This can be an object that you created or an existing Document Object Model (DOM) object.
  _i2.List<
          (
            _i2.String,
            _i2.dynamic,
          )>
      Function(_i9.IInline20 o) $2,
}) get entries => (
      $1: _entries$1,
      $2: _entries$2,
    );