id property

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

ID is the identity's unique identifier. The Identity ID can not be changed and can not be chosen. This ensures future compatibility and optimization for distributed stores such as CockroachDB.

Implementation

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