BMFSuggestionChildrenInfo constructor Null safety

BMFSuggestionChildrenInfo(
  1. {String? uid,
  2. String? name,
  3. String? showName}
)

有参构造

Implementation

BMFSuggestionChildrenInfo({this.uid, this.name, this.showName});