MetadataV14 class

Constructors

MetadataV14({required PortableRegistryV14 lookup, required List<PalletMetadataV14> pallets, required ExtrinsicMetadataV14 extrinsic, required int type})
const

Properties

extrinsic ExtrinsicMetadataV14
final
hashCode int
The hash code for this object.
no setterinherited
lookup PortableRegistryV14
final
pallets List<PalletMetadataV14>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type int
final

Methods

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

Operators

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

Static Methods

fromJson(Map<String, dynamic> map) MetadataV14
Creates Class Object from Json