TableFieldSchema constructor
TableFieldSchema({
- String? field,
- List<
TableFieldSchema> ? fields, - String? mode,
- String? type,
Implementation
TableFieldSchema({this.field, this.fields, this.mode, this.type});