Table class

Available extensions
Annotations
  • @JS()
  • @staticInterop

Constructors

Table(TableDescriptor descriptor, [dynamic value])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
length int

Available on Table, provided by the PropsTable extension

no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

get(int index) → dynamic

Available on Table, provided by the PropsTable extension

grow(int delta, [dynamic value]) int

Available on Table, provided by the PropsTable extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
set(int index, [dynamic value]) → void

Available on Table, provided by the PropsTable extension

toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited