EzvizAuthException constructor

EzvizAuthException(
  1. String message, {
  2. String? code,
})

Implementation

EzvizAuthException(super.message, {super.code});