copyWith method
Implementation
GroupCallVideoSourceGroup copyWith({
String? semantics,
List<int>? sourceIds,
}) =>
GroupCallVideoSourceGroup(
semantics: semantics ?? this.semantics,
sourceIds: sourceIds ?? this.sourceIds,
);
GroupCallVideoSourceGroup copyWith({
String? semantics,
List<int>? sourceIds,
}) =>
GroupCallVideoSourceGroup(
semantics: semantics ?? this.semantics,
sourceIds: sourceIds ?? this.sourceIds,
);