DataTypeSmallInt constructor

const DataTypeSmallInt(
  1. BigInt? value
)

Implementation

const DataTypeSmallInt(this.value);