FijkException constructor

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

Implementation

const FijkException(code, [this.message]) : code = code;