fromJson static method

ResourceOwnerAllOfRoleEnum? fromJson(
  1. dynamic value
)

Implementation

static ResourceOwnerAllOfRoleEnum? fromJson(dynamic value) =>
    ResourceOwnerAllOfRoleEnumTypeTransformer().decode(value);