toRecord property
TFieldRecord
get
toRecord
Converts this to a TFieldRecord.
Implementation
TFieldRecord get toRecord => (
fieldName: this.fieldName,
fieldType: this.fieldType,
nullable: this.nullable,
);