userCount property

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

参与合图的用户数量,默认 0。取值范围为 0,17

Implementation

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