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