formValueMap property Null safety
read / write
Stores the mapping of the form key to the value entered by the user
Implementation
Map<String, dynamic> formValueMap = Map<String, dynamic>();
Stores the mapping of the form key to the value entered by the user
Map<String, dynamic> formValueMap = Map<String, dynamic>();