FunctionsException constructor

const FunctionsException(
  1. int code,
  2. String message,
  3. String name
)

Implementation

const FunctionsException(this.code, this.message, this.name);