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 and excluded from copyWith interface.

Implementation

final bool immutable;