generateDocs property
Whether to generate documentation for methods within the types in the world.
For example, for the toJson
, copyWith
and fromJson
methods.
Implementation
final bool generateDocs;
Whether to generate documentation for methods within the types in the world.
For example, for the toJson
, copyWith
and fromJson
methods.
final bool generateDocs;