RoleRolePrivileges.fromJson constructor
RoleRolePrivileges.fromJson(
- Map json_
Implementation
RoleRolePrivileges.fromJson(core.Map json_)
: this(
privilegeName: json_['privilegeName'] as core.String?,
serviceId: json_['serviceId'] as core.String?,
);