tinyInt abstract method

void tinyInt(
  1. String name, {
  2. bool nullable = false,
  3. num? defaultValue,
})

Implementation

void tinyInt(String name, {bool nullable = false, num? defaultValue});