ModuleMetadataV12 class
- Inheritance
-
- Object
- AnyLegacyModule
- ModuleMetadataV12
Constructors
-
ModuleMetadataV12({required String name, required int index, StorageMetadataV11? storage, List<
FunctionMetadataV9> ? calls, List<EventMetadataV9> ? events, required List<ModuleConstantMetadataV9> constants, required List<ErrorMetadataV9> errors})
Properties
-
calls
↔ List<
FunctionMetadataV9> ? -
getter/setter pairinherited
-
constants
→ List<
ModuleConstantMetadataV9> -
finalinherited
-
errors
→ List<
ErrorMetadataV9> -
finalinherited
-
events
↔ List<
EventMetadataV9> ? -
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
final
- name → String
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- storage ↔ StorageMetadataV11?
-
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
override
-
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) → ModuleMetadataV12 -
Creates Class Object from
Json