remove property

  1. @Output()
Stream get remove

Event fired when the chip is removed which returns the value of the chip.

Implementation

@Output()
Stream get remove => _remove.stream;