fromJson static method

SchemasCommercePlanObjectEnum? fromJson(
  1. dynamic value
)

Implementation

static SchemasCommercePlanObjectEnum? fromJson(dynamic value) =>
    SchemasCommercePlanObjectEnumTypeTransformer().decode(value);