ignoreSynthetic property

bool? ignoreSynthetic
final

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

Default: false

Implementation

final bool? ignoreSynthetic;