uid property

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

远端用户 ID。

Implementation

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