fromJson static method

InvoiceItemPrescriberNormEnum? fromJson(
  1. dynamic value
)

Implementation

static InvoiceItemPrescriberNormEnum? fromJson(dynamic value) => InvoiceItemPrescriberNormEnumTypeTransformer().decode(value);