EventBusyStatusProperty constructor

EventBusyStatusProperty(
  1. String definition
)

Implementation

EventBusyStatusProperty(String definition)
    : super(definition, ValueType.other,
          parser: (property, textValue) => _parse(textValue));