DecodedMetadata class

Constructors

DecodedMetadata({required int version, required Map<String, dynamic> metadata})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
isPreV14 bool
Returns true if the metadata is for a pre v14 chain.
no setter
json Map<String, dynamic>
Simplified metadata in json format where Option.some() and MapEntry are resolved into simpler types.
no setter
metadata Map<String, dynamic>
final
metadataJson Map<String, dynamic>
Get the metadata json object.
no setter
metadataObject Metadata
Metadata Json object.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version int
final

Methods

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

Operators

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