fromJson static method

TicketMobileDTOInternalTicketStateEnum? fromJson(
  1. dynamic value
)

Implementation

static TicketMobileDTOInternalTicketStateEnum? fromJson(dynamic value) => TicketMobileDTOInternalTicketStateEnumTypeTransformer().decode(value);