copyWith method

GroupCallId copyWith({
  1. int? id,
})

Implementation

GroupCallId copyWith({int? id}) => GroupCallId(id: id ?? this.id);