FieldSubscription<T> constructor

FieldSubscription<T>(
  1. StreamSubscription<T?> _sub
)

Implementation

FieldSubscription(this._sub);