Status copyWith({Icon? icon, bool? resolved}) { return Status( icon: icon ?? this.icon, resolved: resolved ?? this.resolved, ); }