@override Map<String, Object?> toJson() => super.toJson() ..addAll({ 'base': base.toJson(), 'above': above.toJson(), if (stackRel != false) 'stackRel': stackRel, });