clientNotification property

  1. @TagNumber(16)
ClientNotification get clientNotification

Notification message to the client

Implementation

@$pb.TagNumber(16)
ClientNotification get clientNotification => $_getN(15);
  1. @TagNumber(16)
set clientNotification (ClientNotification value)

Implementation

@$pb.TagNumber(16)
set clientNotification(ClientNotification value) => $_setField(16, value);