copyWith method
Implementation
LoadGroupCallParticipants copyWith({
int? groupCallId,
int? limit,
}) =>
LoadGroupCallParticipants(
groupCallId: groupCallId ?? this.groupCallId,
limit: limit ?? this.limit,
);
LoadGroupCallParticipants copyWith({
int? groupCallId,
int? limit,
}) =>
LoadGroupCallParticipants(
groupCallId: groupCallId ?? this.groupCallId,
limit: limit ?? this.limit,
);