uid property

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

需录制的用户 ID。

Implementation

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