BMFSuggestionChildrenInfo.fromMap constructor
- Map map
map => BMFSuggestionChildrenInfo
Implementation
BMFSuggestionChildrenInfo.fromMap(Map map)
: assert(map != null,
'Construct a BMFSuggestionChildrenInfo,The parameter map cannot be null !') {
uid = map['uid'];
name = map['name'];
showName = map['showName'];
}