uid property

  1. @JsonKey(name: 'uid')
int? uid
final

The ID of the local user.

Implementation

@JsonKey(name: 'uid')
final int? uid;