ignore property

bool ignore
final

If true the field will not be taken into account when checking if it's different, so this means the result diff object will have this field null. Default: false

Implementation

final bool ignore;