fromJson static method

BillingStatementStatusEnum? fromJson(
  1. dynamic value
)

Implementation

static BillingStatementStatusEnum? fromJson(dynamic value) =>
    BillingStatementStatusEnumTypeTransformer().decode(value);