emitProperty method

dynamic emitProperty(
  1. String name
)

Implementation

emitProperty(String name) {
  _propertyModifiedController.add(name);
}