getMap method

Map? getMap(
  1. String name
)

get value of field as Map

Implementation

Map? getMap(String name) => formFields[name]?.first.toMap();