userId property Null safety

String userId
read / write

Field description: user ID, which is required. It is the userId of the local user and acts as the username.

Recommended value: it can contain up to 32 bytes of letters (a–z and A–Z), digits (0–9), underscores, and hyphens.

Implementation

String userId;