DataSerializerPlatform.base constructor

DataSerializerPlatform.base()

Implementation

DataSerializerPlatform.base() {
  _maxSafeBigInt = BigInt.from(maxSafeInt);
  _minSafeBigInt = BigInt.from(minSafeInt);
}