BigIntEncoder class
- Inheritance
-
- Object
- ExtraEncoder<
BigInt> - BigIntEncoder
Constructors
- BigIntEncoder()
-
const
Properties
Methods
-
match(
Object? value) → bool -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
write(
Encoder encoder, BigInt value) → void -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited