JsonValueBigInt class
- Implemented types
Constructors
- JsonValueBigInt(BigInt value)
-
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
Returns this as a serializable JSON value.
override
-
toString(
) → String -
A string representation of this object.
override
-
toWasm(
) → (int, Object?) -
Returns this as a WASM canonical abi value.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override