RPCError class
- Implemented types
Constructors
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> - Return a map representation of this error suitable for conversion to json.
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- kInternalError → int
-
read-only
- kInvalidParams → int
-
read-only
- kInvalidRequest → int
-
read-only
- kMethodNotFound → int
-
read-only
- kServerError → int
-
read-only