Whether this annotation is @factory from the meta package.
@factory
@factory indicates that a method is a factory constructor.
@override bool get isFactory => _isMeta('factory');