AnnotationProperty constructor
AnnotationProperty({
- AnnotationPropertyType? type,
Implementation
factory AnnotationProperty({_i3.AnnotationPropertyType? type}) =>
AnnotationProperty._(type: type?.name ?? _i7.undefined);