PalletMetadataV14 class
Constructors
-
PalletMetadataV14({required String name, PalletStorageMetadataV14? storage, PalletCallMetadataV14? calls, PalletEventMetadataV14? events, required List<
PalletConstantMetadataV14> constants, PalletErrorMetadataV14? errors, required int index})
Properties
- calls ↔ PalletCallMetadataV14?
-
getter/setter pair
-
constants
→ List<
PalletConstantMetadataV14> -
final
- errors ↔ PalletErrorMetadataV14?
-
getter/setter pair
- events ↔ PalletEventMetadataV14?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
final
- name → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- storage ↔ PalletStorageMetadataV14?
-
getter/setter pair
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) → PalletMetadataV14 -
Creates Class Object from
Json