@override Map<String, Object?> toJson() => super.toJson() ..addAll({ 'base': base.toJson(), 'label': unicodeLiteral(label), 'isStretchy': isStretchy, 'isShifty': isShifty, });