HubClient<T> constructor

HubClient<T>()

Implementation

HubClient() {
  assert(this is T, 'HubClient<$T> must implement $T.');
}