AnnotationMapValueType constructor Null safety
Implementation
AnnotationMapValueType({required super.optional, super.defaultValue})
: super(
keyValueType: const PandoraIdValueType(optional: false),
valueValueType: const AnnotationValueType(optional: false),
);