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