id property

  1. @BuiltValueField(wireName: r'id')
String? id

Unique id of the user in Kinde.

Implementation

@BuiltValueField(wireName: r'id')
String? get id;