PolicyGroup constructor

PolicyGroup({
  1. String? groupId,
  2. String? groupName,
})

Implementation

PolicyGroup({
  this.groupId,
  this.groupName,
});