static View fromJSON(Map<String, dynamic> data) { return View( map: (data["map"] as String), reduce: (data["reduce"] as String?), ); }