resource property

void resource=(String? value)

Set the resources required for this event

Implementation

set resource(String? value) => setOrRemoveProperty(
    TextProperty.propertyNameResources,
    TextProperty.create(TextProperty.propertyNameResources, value));