IAMPermission constructor

IAMPermission({
  1. bool? granted,
  2. String? name,
})

Implementation

IAMPermission({this.granted, this.name});