ModuleMetadataV10 class

Inheritance

Constructors

ModuleMetadataV10({required String name, StorageMetadataV10? 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
name String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storage StorageMetadataV10?
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) ModuleMetadataV10
Creates Class Object from Json