RolePro constructor

RolePro({
  1. int? roleId,
  2. String? roleName,
})

Implementation

RolePro({this.roleId, this.roleName});