ignoreSynthetic property

bool? ignoreSynthetic
final

If true synthetic field will not be taken into account when checking if a field is different (Synthetic fields are those represented by set and get definitions)

Implementation

final bool? ignoreSynthetic;