factory PriorityEstimate.fromJson(Map<String, dynamic> json) => PriorityEstimate( priority: json["priority"], timeToBlock: json["time_to_block"], );