copyWith method
Implementation
GetFileDownloadedPrefixSize copyWith({
int? fileId,
int? offset,
}) => GetFileDownloadedPrefixSize(
fileId: fileId ?? this.fileId,
offset: offset ?? this.offset,
);
GetFileDownloadedPrefixSize copyWith({
int? fileId,
int? offset,
}) => GetFileDownloadedPrefixSize(
fileId: fileId ?? this.fileId,
offset: offset ?? this.offset,
);