MapCodable<K, V> constructor

const MapCodable<K, V>(
  1. Codable<K>? keyCodable,
  2. Codable<V> codable
)

Implementation

const MapCodable(this.keyCodable, this.codable);