AppCheckException constructor

const AppCheckException(
  1. int code,
  2. String message,
  3. String operation
)

Implementation

const AppCheckException(this.code, this.message, this.operation);