EzvizException constructor

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

Implementation

EzvizException(this.message, {this.code});