fromJson static method

InvoiceItemSideCodeEnum? fromJson(
  1. dynamic value
)

Implementation

static InvoiceItemSideCodeEnum? fromJson(dynamic value) => InvoiceItemSideCodeEnumTypeTransformer().decode(value);