BigIntJsonExtension extension

Expose toJson on BigInt Expose static fromJson builder

on

Methods

toJson() String

Available on BigInt, provided by the BigIntJsonExtension extension

Returns a serialized version of the BigInt as a String.

Static Methods

fromJson(dynamic value) BigInt

Available on BigInt, provided by the BigIntJsonExtension extension

Returns a deserialized version of the BigInt.