AsMapCodable<T> extension

on

Methods

map<K>([Codable<K>? keyCodable]) Codable<Map<K, T>>

Available on Codable<T>, provided by the AsMapCodable extension

Returns a Codable that can encode and decode a map of K and T.