FException constructor

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

Implementation

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