GoogleBigtableAdminV2TypeMap class

A mapping of keys to values of a given type.

Values of type Map are stored in a Value.array_value where each entry is another Value.array_value with two elements (the key and the value, in that order). Normally encoded Map values won't have repeated keys, however, clients are expected to handle the case in which they do. If the same key appears multiple times, the last value takes precedence.

Properties

hashCode int
The hash code for this object.
no setterinherited
keyType Type?
The type of a map key.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
valueType Type?
The type of the values in a map.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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