fromJson static method

BillingConfigProviderEnum? fromJson(
  1. dynamic value
)

Implementation

static BillingConfigProviderEnum? fromJson(dynamic value) => BillingConfigProviderEnumTypeTransformer().decode(value);