copyWith method

FileDownloadedPrefixSize copyWith({
  1. int? size,
})

Implementation

FileDownloadedPrefixSize copyWith({int? size}) =>
    FileDownloadedPrefixSize(size: size ?? this.size);