SessionContextTest constructor

const SessionContextTest({
  1. bool isLinked = false,
  2. String firmId = '',
  3. String chainId = '',
  4. String deviceId = '',
  5. String boutiqueId = '',
  6. String userId = '',
})

Implementation

const SessionContextTest({
  this.isLinked = false,
  this.firmId = '',
  this.chainId = '',
  this.deviceId = '',
  this.boutiqueId = '',
  this.userId = '',
});