fromJson static method

ResourceMemberAllOfRoleEnum? fromJson(
  1. dynamic value
)

Implementation

static ResourceMemberAllOfRoleEnum? fromJson(dynamic value) =>
    ResourceMemberAllOfRoleEnumTypeTransformer().decode(value);