Message class
- Annotations
-
- @anonymous
- @JS("core.Message")
Constructors
- Message.new({MessageArgs args})
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
isAccountSigner(
int index) → bool -
isAccountWritable(
int index) → bool -
isProgramId(
int index) → bool -
nonProgramIds(
) → List< PublicKey> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
programIds(
) → List< PublicKey> -
serialize(
) → Uint8List -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited