addProperty method

void addProperty(
  1. String property
)

Implementation

void addProperty(String property) {
  properties?.add(property);
}