menu
flutter_form_bloc_allenlinli package
documentation
flutter_form_bloc_allenlinli.dart
FormBlocState<SuccessResponse, FailureResponse>
valueMapListOf<T> method
valueMapListOf<T> method
dark_mode
light_mode
valueMapListOf<
T
>
method
List
<
Map
<
String
,
T
>
>
?
valueMapListOf
<
T
>(
String
name
)
Implementation
List<Map<String, T>>? valueMapListOf<T>(String name) { return valueListOf<Map<String, T>>(name); }
flutter_form_bloc_allenlinli package
documentation
flutter_form_bloc_allenlinli
FormBlocState<SuccessResponse, FailureResponse>
valueMapListOf<T> method
FormBlocState class