Field.stringOrNull constructor

const Field.stringOrNull(
  1. String? fieldName
)

Implementation

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