omitFactory property

bool omitFactory
final

Controls whether a fromJson factory is generated in the public class. The factory in the generated .datagen.dart class is always created.

Implementation

final bool omitFactory;