call method

({StructData<K, V> data, StructForm<K, V> type}) call(
  1. StructData<K, V> struct
)

Form(PersonField.values)(personA).toMap();

Implementation

({StructForm<K, V> type, StructData<K, V> data}) call(StructData<K, V> struct) => (type: this, data: struct);