PermissionId constructor

PermissionId({
  1. String? id,
  2. String? kind,
})

Implementation

PermissionId({this.id, this.kind});