copyWith method

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

Implementation

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