toRecord property

TFieldRecord get toRecord
inherited

Converts this to a TFieldRecord.

Implementation

TFieldRecord get toRecord => (
      fieldPath: (this as FieldModel).fieldPath,
      fieldType: (this as FieldModel).fieldType,
      nullable: (this as FieldModel).nullable,
    );