GSFieldModel class
Constructors
- GSFieldModel({GSFieldTypeEnum? type, required String tag, bool? showTitle, String? title, String? errorMessage, String? helpMessage, Widget? prefixWidget, Widget? postfixWidget, bool? required, dynamic defaultValue, RegExp? validateRegEx, int? weight, FocusNode? focusNode, FocusNode? nextFocusNode, GSFieldStatusEnum? status})
Properties
- defaultValue ↔ dynamic
-
read / write
- errorMessage ↔ String?
-
read / write
- focusNode ↔ FocusNode?
-
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- helpMessage ↔ String?
-
read / write
- nextFocusNode ↔ FocusNode?
-
read / write
- postfixWidget ↔ Widget?
-
read / write
- prefixWidget ↔ Widget?
-
read / write
- required ↔ bool?
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- showTitle ↔ bool?
-
read / write
- status ↔ GSFieldStatusEnum
-
read / write
- tag ↔ String
-
read / write
- title ↔ String?
-
read / write
- type ↔ GSFieldTypeEnum?
-
read / write
- validateRegEx ↔ RegExp?
-
read / write
- weight ↔ int?
-
read / write
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