DartAnnotationValue constructor
const
DartAnnotationValue({})
Implementation
const DartAnnotationValue({
required this.annotationName,
this.stringArgs = const [],
this.namedArgs = const {},
});
const DartAnnotationValue({
required this.annotationName,
this.stringArgs = const [],
this.namedArgs = const {},
});