formValueMap property

Map<String, dynamic> formValueMap
getter/setter pairinherited

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

Implementation

Map<String, dynamic> formValueMap = <String, dynamic>{};