factory TumblerResponse.fromJson(Map<String, dynamic> json) => TumblerResponse( height: json['height'], result: Result.fromJson(json['result']), );