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