static Future<Scandata> getscandata(var josn) async { // var data = jsonDecode(josn); return Scandata.fromJson(josn); }