@override Map<String, Object?> toJson() => super.toJson() ..addAll({ 'symbol': unicodeLiteral(symbol), if (above != null) 'above': above!.toJson(), if (below != null) 'below': below!.toJson(), });