uid property

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

The user ID.

Implementation

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