QChatServerMember constructor Null safety

QChatServerMember(
  1. {bool? valid = false}
)

Implementation

QChatServerMember({this.valid = false});