fromJson static method

ModelFlightTimeEnum? fromJson(
  1. dynamic value
)

Implementation

static ModelFlightTimeEnum? fromJson(dynamic value) =>
    ModelFlightTimeEnumTypeTransformer().decode(value);