fromJson static method

TicketStrategyEnum? fromJson(
  1. dynamic value
)

Implementation

static TicketStrategyEnum? fromJson(dynamic value) =>
    TicketStrategyEnumTypeTransformer().decode(value);