userId property

  1. @JsonKey(name: 'userId')
String? get userId
inherited

The platforms user id

Implementation

@JsonKey(name: 'userId')
String? get userId => throw _privateConstructorUsedError;