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