fromJson static method

InvoiceItemPercentNormEnum? fromJson(
  1. dynamic value
)

Implementation

static InvoiceItemPercentNormEnum? fromJson(dynamic value) => InvoiceItemPercentNormEnumTypeTransformer().decode(value);