DDAuthResponse.fromMap constructor

DDAuthResponse.fromMap(
  1. Map map
)

Implementation

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