DataType.charLargeObject constructor

const DataType.charLargeObject(
  1. BigInt? value
)

Implementation

const factory DataType.charLargeObject(BigInt /*U64*/ ? value) =
    DataTypeCharLargeObject;