RoadException constructor

RoadException({
  1. String? msg,
})

Implementation

RoadException({
  this.msg,
});