raw2dart method

  1. @override
BigInt raw2dart(
  1. int value
)

Implementation

@override
BigInt raw2dart(int value) => BigInt.from(value);