includeFieldsByDefault property

bool includeFieldsByDefault
final

Determines whether to include all fields by default.

When the value is true, all fields that do not have the MapIgnore annotation will be mapped. When the value is false, only the fields that have the MapField annotation will be included.

Implementation

final bool includeFieldsByDefault;