ignoreSynthetic property

bool? ignoreSynthetic
final

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

Implementation

final bool? ignoreSynthetic;