fromJson static method

MemberRolePermissionSetEnum fromJson(
  1. dynamic value
)

Implementation

static MemberRolePermissionSetEnum fromJson(dynamic value) =>
  MemberRolePermissionSetEnumTypeTransformer().decode(value);