GuardoException constructor

const GuardoException(
  1. String message, [
  2. String? code
])

Implementation

const GuardoException(this.message, [this.code]);