factory GoAway.fromJson(Map<String, dynamic> json) { return GoAway(timeLeft: decodeCustom(json['timeLeft'], Duration.fromJson)); }