metadata property

String? get metadata

Custom metadata associated with the participant.

Implementation

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