toClass property

Field get toClass

Converts this to a Field.

Implementation

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