toMapWith method

Map<K, V> toMapWith(
  1. StructForm<K, V> type
)

Implementation

Map<K, V> toMapWith(StructForm<K, V> type) => type.mapWithData(this);