fromJson static method

SchemasCommerceSubscriptionItemObjectEnum? fromJson(
  1. dynamic value
)

Implementation

static SchemasCommerceSubscriptionItemObjectEnum? fromJson(dynamic value) =>
    SchemasCommerceSubscriptionItemObjectEnumTypeTransformer().decode(value);