copyWith method

UpdateGroupCall copyWith({
  1. GroupCall? groupCall,
})

Implementation

UpdateGroupCall copyWith({GroupCall? groupCall}) =>
    UpdateGroupCall(groupCall: groupCall ?? this.groupCall);