fromJson static method

PriceCurrencyEnum? fromJson(
  1. dynamic value
)

Implementation

static PriceCurrencyEnum? fromJson(dynamic value) => PriceCurrencyEnumTypeTransformer().decode(value);