fromJson static method

BillingPaymentAttemptStatusEnum? fromJson(
  1. dynamic value
)

Implementation

static BillingPaymentAttemptStatusEnum? fromJson(dynamic value) =>
    BillingPaymentAttemptStatusEnumTypeTransformer().decode(value);