DBRPGet constructor

DBRPGet({
  1. DBRP? content,
})

Returns a new DBRPGet instance.

Implementation

DBRPGet({
  this.content,
});