BcsSerializationException class
Custom exception for errors related to the Move codec.
Constructors
-
BcsSerializationException.new(String message, {Map<
String, dynamic> ? details}) -
Constructor for BcsSerializationException with a message and optional details.
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited