UserRolePermission constructor

const UserRolePermission(
  1. List<UserRoleType> _roles
)

Implementation

const UserRolePermission(this._roles);