inputMap property

  1. @observable
ObservableMap<T, FormItem> inputMap
final

The map of fields, along with all of their properties

Implementation

@observable
final ObservableMap<T, FormItem> inputMap = <T, FormItem>{}.asObservable();