@override Map<String, dynamic> toMap() { final props = super.toMap(); props[XKitEventConstants.keyStep] = name; return props; }