setProperty method

void setProperty(
  1. Property property
)

Sets the property property, replacing other properties with the property.name first.

Implementation

void setProperty(final Property property) => this[property.name] = property;