toStringX method

String toStringX()

Implementation

String toStringX() {
  return 'ZegoStreamExtension{'
      'user:(${user.userID},${user.userName}), '
      'streamID:$streamID, '
      'extraInfo:$extraInfo, '
      '}';
}