RoleInfo constructor

RoleInfo({
  1. String? accountId,
  2. String? roleName,
})

Implementation

RoleInfo({
  this.accountId,
  this.roleName,
});