fromJson static method

CommercePlanObjectEnum? fromJson(
  1. dynamic value
)

Implementation

static CommercePlanObjectEnum? fromJson(dynamic value) =>
    CommercePlanObjectEnumTypeTransformer().decode(value);