fromJson static method

FlightStatus? fromJson(
  1. dynamic value
)

Implementation

static FlightStatus? fromJson(dynamic value) =>
    FlightStatusTypeTransformer().decode(value);