fromJson static method

InvoiceItemTimeOfDayEnum? fromJson(
  1. dynamic value
)

Implementation

static InvoiceItemTimeOfDayEnum? fromJson(dynamic value) => InvoiceItemTimeOfDayEnumTypeTransformer().decode(value);