bigIntRestorableValueFactory top-level property

RestorableValueFactory<BigInt> bigIntRestorableValueFactory
final

Implementation

final RestorableValueFactory<BigInt> bigIntRestorableValueFactory =
    () => _RestorableBigIntN(null);