fromJson static method

TicketMobileBaseDTOInternalTicketStateEnum? fromJson(
  1. dynamic value
)

Implementation

static TicketMobileBaseDTOInternalTicketStateEnum? fromJson(dynamic value) => TicketMobileBaseDTOInternalTicketStateEnumTypeTransformer().decode(value);