MapTypeInfo constructor
const
MapTypeInfo({})
Implementation
const MapTypeInfo({
required this.typeDescriptor,
required this.keyTypeDescriptor,
required this.valueTypeDescriptor,
required this.nullableMap,
required this.nullableKey,
required this.nullableValue,
});