ThirdPartyErrorModel constructor

const ThirdPartyErrorModel({
  1. int code = 0,
  2. String trace = "",
})

Implementation

const ThirdPartyErrorModel({this.code = 0, this.trace = ""}) : super();