MahasInputDetailModel class
- Inheritance
-
- Object
- MahasInputModel
- MahasInputDetailModel
Constructors
-
MahasInputDetailModel({required RxList<
MahasDetailModel> detail, required MahasDetailModel createU(), required TextEditingController? controller, String? id, bool isRequired = false, String? label, FocusNode? focusNode})
Properties
- controller → TextEditingController
-
finalinherited
- createU → MahasDetailModel Function()
-
final
-
detail
→ RxList<
MahasDetailModel> -
final
- 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
-
addDetailOnTab(
) → void -
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
Static Methods
-
getChildren(
RxList< MahasDetailModel> elements, List<Widget> childrenBuilder(int index, MahasDetailModel element)) → List<Widget>