DDShareResponse.fromMap constructor

DDShareResponse.fromMap(
  1. Map map
)

Implementation

DDShareResponse.fromMap(Map map)
    : type = map["type"],
      super._(map[_mErrCode], map[_mErrStr] ?? "", map[_mTransaction] ?? "");