AnnotationValueType constructor Null safety
- {required bool optional,
- MediaAnnotation? defaultValue}
Implementation
const AnnotationValueType({required super.optional, super.defaultValue})
: super(MediaAnnotation.fromJson);
const AnnotationValueType({required super.optional, super.defaultValue})
: super(MediaAnnotation.fromJson);