v1NativeRevertError class
Constructors
- v1NativeRevertError({String? nativeType, String? message, String? panicCode})
-
const
-
v1NativeRevertError.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String?
-
The error message for Error(string) reverts.
final
- nativeType → String?
-
The type of native error: 'error_string', 'panic', or 'execution_reverted'.
final
- panicCode → String?
-
The panic code for Panic(uint256) reverts.
final
- 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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited