fieldToModelSort top-level property
Implementation
final NumberField fieldToModelSort = NumberField(
id: fieldSortProperty,
name: 'Sort (in table view)',
numberType: NumberType.smallInt,
signType: SignType.unsigned,
);
final NumberField fieldToModelSort = NumberField(
id: fieldSortProperty,
name: 'Sort (in table view)',
numberType: NumberType.smallInt,
signType: SignType.unsigned,
);