class ThreePoint { ThreePoint(); factory ThreePoint.fromJson(Map json) { // TODO: implement fromJson throw UnimplementedError('ThreePoint.fromJson($json) is not implemented'); } Map toJson() { // TODO: implement toJson throw UnimplementedError(); } }