fromJson static method

MemberRolePermissionsEnum fromJson(
  1. dynamic value
)

Implementation

static MemberRolePermissionsEnum fromJson(dynamic value) =>
  MemberRolePermissionsEnumTypeTransformer().decode(value);