MahasInputSelectModel<T> class

Inheritance

Constructors

MahasInputSelectModel({required dynamic getBodyValue(T), required RxList<T> list, required Rx<T> selected, TextEditingController? controller, String? id, String? label, bool isRequired = false, FocusNode? focusNode})

Properties

controller TextEditingController
finalinherited
focusNode FocusNode
finalinherited
getBodyValue → dynamic Function(T)
final
hashCode int
The hash code for this object.
no setterinherited
id String?
finalinherited
isRequired bool
finalinherited
label String?
finalinherited
list → RxList<T>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selected → Rx<T>
final
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
setSelected(T value) → void
toString() String
A string representation of this object.
inherited

Operators

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