MeshagentException constructor

MeshagentException(
  1. String message, {
  2. int? statusCode,
  3. String? errorCode,
  4. String? errorMessage,
})

Implementation

MeshagentException(this.message, {this.statusCode, this.errorCode, this.errorMessage});