MoveStruct class abstract

A move struct

Properties:

Annotations
  • @BuiltValue()

Constructors

MoveStruct([void updates(MoveStructBuilder b)])
factory

Properties

abilities → BuiltList<String>
Abilities associated with the struct
no setter
fields → BuiltList<MoveStructField>
Fields associated with the struct
no setter
genericTypeParams → BuiltList<MoveStructGenericTypeParam>
Generic types associated with the struct
no setter
hashCode int
The hash code for this object.
no setterinherited
isNative bool
Whether the struct is a native struct of Move
no setter
name String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(MoveStructBuilder)) MoveStruct
Rebuilds the instance.
inherited
toBuilder() MoveStructBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<MoveStruct>
no setter