fields property
The form fields to be submitted. Each field is represented as a key-value pair, where the key is the field / input name and the value is the field / input value. All fields need to be submitted as is and as input type "text".
Implementation
@$pb.TagNumber(2)
$pb.PbMap<$core.String, $core.String> get fields => $_getMap(1);