menu
nobody package
documentation
web/form.dart
SimpleInput<T>
collect method
collect method
dark_mode
light_mode
collect
method
SimpleInput
<
T
>
collect
(
CollectData
<
T
>
collect
)
Implementation
SimpleInput<T> collect(CollectData<T> collect) { this.collect_data = collect; return this; }
nobody package
documentation
web/form
SimpleInput<T>
collect method
SimpleInput class