fromJson static method

RolePermissionsEnum fromJson(
  1. dynamic value
)

Implementation

static RolePermissionsEnum fromJson(dynamic value) =>
  RolePermissionsEnumTypeTransformer().decode(value);