ignoreSynthetic property

bool? ignoreSynthetic
final

If true all synthetic fields will not be taken into account when checking isEmpty. (Synthetic fields are those represented by set and get definitions)

Default: false

Implementation

final bool? ignoreSynthetic;