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