Status copyWith({String? statusCode, String? statusDescription}) { return Status( statusCode: statusCode ?? this.statusCode, statusDescription: statusDescription ?? this.statusDescription); }