copyWith method
Implementation
GetRemoteFile copyWith({
String? remoteFileId,
FileType? fileType,
}) =>
GetRemoteFile(
remoteFileId: remoteFileId ?? this.remoteFileId,
fileType: fileType ?? this.fileType,
);
GetRemoteFile copyWith({
String? remoteFileId,
FileType? fileType,
}) =>
GetRemoteFile(
remoteFileId: remoteFileId ?? this.remoteFileId,
fileType: fileType ?? this.fileType,
);