factory Dimension.fromJson(Map<String, dynamic> json) => Dimension( width: json["width"], height: json["height"], );