copyWith method
Implementation
GetUserProfileAudios copyWith({int? userId, int? offset, int? limit}) =>
GetUserProfileAudios(
userId: userId ?? this.userId,
offset: offset ?? this.offset,
limit: limit ?? this.limit,
);
GetUserProfileAudios copyWith({int? userId, int? offset, int? limit}) =>
GetUserProfileAudios(
userId: userId ?? this.userId,
offset: offset ?? this.offset,
limit: limit ?? this.limit,
);