formValueMap property

Map<String, dynamic> formValueMap
getter/setter pair

Stores the mapping of the form key to the value entered by the user

Implementation

Map<String, dynamic> formValueMap = Map<String, dynamic>();