asyncFromJson static method
Implementation
static Future<Int64Response> asyncFromJson(Map<String, dynamic> json) =>
compute<Map<String, dynamic>, Int64Response>((json)=>Int64Response.fromJson(json), json);
static Future<Int64Response> asyncFromJson(Map<String, dynamic> json) =>
compute<Map<String, dynamic>, Int64Response>((json)=>Int64Response.fromJson(json), json);