Result constructor

Result({
  1. String? responseCode,
  2. String? deviceId,
  3. String? responseMessage,
  4. String? serviceCommand,
  5. String? sdkToken,
  6. String? signature,
  7. String? merchantIdentifier,
  8. String? accessCode,
  9. String? language,
  10. String? status,
})

Implementation

Result(
    {this.responseCode,
      this.deviceId,
      this.responseMessage,
      this.serviceCommand,
      this.sdkToken,
      this.signature,
      this.merchantIdentifier,
      this.accessCode,
      this.language,
      this.status});