resourceAuths property Null safety

Map<QChatRoleResource, QChatRoleOption>? resourceAuths
@JsonKey(fromJson: _resourceAuthsFromJsonNullable), read / write

资源的权限列表

Implementation

@JsonKey(fromJson: _resourceAuthsFromJsonNullable)
Map<QChatRoleResource, QChatRoleOption>? resourceAuths;