AnnotationProperty constructor

AnnotationProperty({
  1. AnnotationPropertyType? type,
})

Implementation

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