userPushConfigs property Null safety

List<QChatUserPushConfig>? userPushConfigs
@JsonKey(fromJson: _userPushConfigsNullable), final

查询到的用户推送配置

Implementation

@JsonKey(fromJson: _userPushConfigsNullable)
final List<QChatUserPushConfig>? userPushConfigs;