isGenerative property

  1. @override
bool get isGenerative
override

Whether the constructor represents a generative constructor.

Implementation

@override
bool get isGenerative => !isFactory;