toClass property

Field get toClass

Converts this to a Field.

Implementation

Field get toClass => Field(
      fieldName: fieldName,
      fieldType: fieldType,
      nullable: nullable,
    );