DDAuthResponse.fromMap constructor
DDAuthResponse.fromMap(
- Map map
Implementation
DDAuthResponse.fromMap(Map map)
: errStr = map["errStr"],
errCode = map["errCode"],
code = map["code"],
state = map["state"];