JSONUnableToDeserialize constructor

JSONUnableToDeserialize(
  1. String type,
  2. String msg
)

Implementation

JSONUnableToDeserialize(this.type, this.msg);