TinkoffResult.error constructor

TinkoffResult.error()

Implementation

TinkoffResult.error()
    : this.success = false,
      this.message = 'Native error',
      this.isError = true;