TextDataType constructor

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

Implementation

TextDataType({super.nullable, super.metadata}) : super();