fromJson static method

BillingPriceResponseObjectEnum? fromJson(
  1. dynamic value
)

Implementation

static BillingPriceResponseObjectEnum? fromJson(dynamic value) =>
    BillingPriceResponseObjectEnumTypeTransformer().decode(value);