name property

String? get name

Display name for the participant.

Implementation

String? get name => _claims['name'] as String?;