BcException constructor
const
BcException({})
Implementation
const BcException({
required this.code,
required this.message,
this.requestedDistanceFt,
this.maxRangeFt,
this.lookAngleRad,
this.zeroFindingError,
this.lastBarrelElevationRad,
this.iterationsCount,
});