fromJson static method

InvoiceDtoPaymentTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static InvoiceDtoPaymentTypeEnum? fromJson(dynamic value) => InvoiceDtoPaymentTypeEnumTypeTransformer().decode(value);