roleList property Null safety

List<QChatServerRole> roleList
@JsonKey(fromJson: serverRoleListFromJsonNullable, defaultValue: []), final

服务器身份组列表

Implementation

@JsonKey(fromJson: serverRoleListFromJsonNullable, defaultValue: [])
final List<QChatServerRole> roleList = [];