copyWith method
Implementation
SavedCredentials copyWith({String? id, String? title}) =>
SavedCredentials(id: id ?? this.id, title: title ?? this.title);
SavedCredentials copyWith({String? id, String? title}) =>
SavedCredentials(id: id ?? this.id, title: title ?? this.title);