MapSelfEncodable<T extends SelfEncodable> constructor
const
MapSelfEncodable<T extends SelfEncodable> (
- Map<
dynamic, T> value
Implementation
const MapSelfEncodable(this.value);