uid property

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

用户 ID。0 代表本地用户,大于 0 代表远端用户。

Implementation

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