RolePermissionBody constructor

RolePermissionBody({
  1. String? path,
  2. List<String>? types,
})

Implementation

RolePermissionBody({
  this.path,
  this.types,
});