username property Null safety

String? username
read / write

The username of the resource owner.

This value must be unique amongst all resource owners. It is often an email address. This value is used by authenticating users to identify their account.

Implementation

String? username;