AnnotationValueType constructor Null safety

const AnnotationValueType(
  1. {required bool optional,
  2. MediaAnnotation? defaultValue}
)

Implementation

const AnnotationValueType({required super.optional, super.defaultValue})
    : super(MediaAnnotation.fromJson);