unsubscribe method

void unsubscribe(
  1. TFieldProp<T> source
)

Implementation

void unsubscribe(TFieldProp<T> source) {
  source._subscribers.remove(this);
}