RoleRolePrivileges.fromJson constructor

RoleRolePrivileges.fromJson(
  1. Map json_
)

Implementation

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