isFactory property
bool
get
isFactory
Whether this annotation is @factory
from the meta package.
@factory
indicates that a method is a factory constructor.
Implementation
bool get isFactory;
Whether this annotation is @factory
from the meta package.
@factory
indicates that a method is a factory constructor.
bool get isFactory;