AuthUserRole constructor
AuthUserRole({})
Implementation
AuthUserRole({
required this.id,
required this.name,
required this.description,
required this.permissions,
required this.businessId,
required this.systemRole,
required this.enabled,
required this.userId,
});