name property

String? name
final

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;