DDShareAuthResponse.fromMap constructor

DDShareAuthResponse.fromMap(
  1. Map map
)

Implementation

DDShareAuthResponse.fromMap(Map map)
    : code = map["code"],
      state = map["state"] ?? "",
      super._(map[_mErrCode], map[_mErrStr] ?? "", map[_mTransaction] ?? "");