copyWith method

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

Implementation

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