hashedSecret property Null safety

String? hashedSecret
read / write

The hashed secret of the client.

This value may be null if the client is public. See isPublic.

Implementation

String? hashedSecret;