FlightElement.fromJson(Map<String, dynamic> json) : this.type = EnumConvertion.convertFromString( FlightElementType.values, json['type']);