avoidConstructor property

bool? avoidConstructor
final

If true the field will not be passed in constructor, otherwise will be set directly. Default: false

Implementation

final bool? avoidConstructor;