Shape class

Constructors

Shape(String? type, Descriptor? key, Descriptor? value, Descriptor? member, bool flattened, Map<String, Member>? members, String? locationName, String? timestampFormat)
Shape.fromJson(Map<String, dynamic> json)
factory

Properties

flattened bool
final
hashCode int
The hash code for this object.
no setterinherited
key → Descriptor?
final
locationName String?
final
member → Descriptor?
final
members Map<String, Member>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestampFormat String?
final
type String?
final
value → Descriptor?
final

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