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