copyWith method
Implementation
RemoteIssueLinkIdentifies copyWith({int? id, String? self}) {
return RemoteIssueLinkIdentifies(
id: id ?? this.id,
self: self ?? this.self,
);
}
RemoteIssueLinkIdentifies copyWith({int? id, String? self}) {
return RemoteIssueLinkIdentifies(
id: id ?? this.id,
self: self ?? this.self,
);
}