DecodedTableData class abstract

Decoded table data

Properties:

Annotations
  • @BuiltValue()

Constructors

DecodedTableData([void updates(DecodedTableDataBuilder b)])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
key → JsonObject?
Key of table in JSON
no setter
keyType String
Type of key
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value → JsonObject?
Value of table in JSON
no setter
valueType String
Type of value
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(DecodedTableDataBuilder)) DecodedTableData
Rebuilds the instance.
inherited
toBuilder() DecodedTableDataBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<DecodedTableData>
no setter