DataType constructor

DataType({
  1. bool? nullable,
  2. Map<String, dynamic>? metadata,
})

Implementation

DataType({this.nullable, this.metadata});