@override Map<String, double> toMap() { return super.toMap() ..putIfAbsent( "angle", () => angle * (180 / pi), ); }