isFactory property

  1. @override
bool get isFactory
override

Whether this annotation is @factory from the meta package.

@factory indicates that a method is a factory constructor.

Implementation

@override
bool get isFactory => _isMeta('factory');