FrmField class

Constructors

FrmField({required int no, required String fieldName, int? isEditable, bool? isNullable, int? primaryCol, String? value, String? combovalue, String? caption, String boxType = '', int? maxLength, int? pageNo, int? sectionNo, AutosuggestBoxPar? autosuggestBoxPar, TextEditingController? controller})

Properties

autosuggestBoxPar AutosuggestBoxPar?
getter/setter pair
boxType String
getter/setter pair
caption String?
getter/setter pair
combovalue String?
getter/setter pair
controller TextEditingController?
getter/setter pair
fieldName String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
imageFile File?
getter/setter pair
imageName String?
getter/setter pair
isEditable int?
getter/setter pair
isNullable bool?
getter/setter pair
maxLength int?
getter/setter pair
no int
getter/setter pair
pageNo int?
getter/setter pair
primaryCol int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sectionNo int?
getter/setter pair
value String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited