add method

dynamic add(
  1. String name,
  2. String value
)

Implementation

add(String name, String value) {
  fields['$name'] = '$value';
}