failedList property

  1. @JsonKey(fromJson: _failedListNullable)
List<int>? failedList
final

订阅失败的服务器id列表

Implementation

@JsonKey(fromJson: _failedListNullable)
final List<int>? failedList;