ModelResponse constructor

ModelResponse({
  1. int? responseCode,
  2. String? sessionToken,
  3. String? txToken,
})

Implementation

ModelResponse({
  this.responseCode,
  this.sessionToken,
  this.txToken,
});