customUserId property

  1. @JsonKey(name: 'customUserId')
String? customUserId
final

Field that can be used to mark a session with the internal User-ID.

Implementation

@JsonKey(name: 'customUserId')
final String? customUserId;