Field.string constructor
const
Field.string(
- String? fieldName
Implementation
const Field.string(this.fieldName)
: fieldType = 'String',
nullable = false;
const Field.string(this.fieldName)
: fieldType = 'String',
nullable = false;