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.
Constructors
- GoogleBigtableAdminV2TypeMap.new({Type? keyType, Type? valueType})
- GoogleBigtableAdminV2TypeMap.fromJson(Map json_)
Properties
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