menu
ensemble package
documentation
widget/input/form_textfield.dart
BaseTextInput
getList method
getList method
dark_mode
light_mode
getList
method
List
?
getList
(
Object
obj
)
inherited
Implementation
List? getList(Object obj) { List? l; if (obj is List) { l = obj; } return l; }
ensemble package
documentation
widget/input/form_textfield
BaseTextInput
getList method
BaseTextInput class