immutable property

bool? immutable
final

Indicates that the field should be hidden in the generated copyWith method. By setting this flag to true the field will always be copied as it is and excluded from copyWith interface. Default is false.

Implementation

final bool? immutable;