IsLockScreenException constructor

const IsLockScreenException(
  1. String code,
  2. String message, {
  3. Object? details,
  4. Object? cause,
})

Implementation

const IsLockScreenException(
  this.code,
  this.message, {
  this.details,
  this.cause,
});