RoadInfo constructor
RoadInfo({
- required String roadname,
- required RoadShieldType shieldtype,
Implementation
RoadInfo({required this.roadname, required this.shieldtype});