cleanerName property

String? cleanerName
getter/setter pair

Name of the registered cleaner function for serialization.

When serializing parser configurations, cleaner functions cannot be directly serialized. Instead, this name is used to look up the function from the CleanerRegistry during deserialization.

Implementation

String? cleanerName;