MahasCheckboxModel class
- Inheritance
-
- Object
- MahasInputModel
- MahasCheckboxModel
Constructors
- MahasCheckboxModel({String? id, String? label, bool isRequired = false, FocusNode? focusNode, RxBool? checked})
Properties
- checked ↔ RxBool
-
getter/setter pair
- controller → TextEditingController
-
finalinherited
- focusNode → FocusNode
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
finalinherited
- isRequired → bool
-
finalinherited
- label → String?
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → MahasInputType
-
finalinherited
Methods
-
getApiSelectValue<
T> (T func(T item)) → dynamic -
inherited
-
getApiValue(
) → dynamic -
inherited
-
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