name property
The user's display name.
This is the name that will be shown in the application interface. It's optional and can be updated by the user or application.
Implementation
final String? name;
The user's display name.
This is the name that will be shown in the application interface. It's optional and can be updated by the user or application.
final String? name;