messageProperty property

Property<String> messageProperty

Implementation

Property<String> get messageProperty => properties[messagePropertyName] as Property<String>;
void messageProperty=(Property<String> value)

Implementation

set messageProperty(Property<String> value) =>
    registerProperty(messagePropertyName, value);