@override Point? fromJsonMap(Map<String, dynamic>? json) => json != null ? Point.fromJson(json) : null;