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 e.g. userID field.

Implementation

final bool immutable;