randomizeUserId property

  1. @JsonKey(name: 'randomizeUserId')
bool randomizeUserId
final

Generate a random UserId for the session Default is false

Implementation

@JsonKey(name: 'randomizeUserId')
final bool randomizeUserId;