uid property

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

用户 ID,指定是哪个用户的视频流。

Implementation

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