RequestTypeGroupDTO constructor

RequestTypeGroupDTO({
  1. String? id,
  2. String? name,
})

Implementation

RequestTypeGroupDTO({this.id, this.name});