Field.string constructor

const Field.string(
  1. String? fieldName
)

Implementation

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