BMFStationRecommendStopInfo constructor Null safety

BMFStationRecommendStopInfo(
  1. {String? stationName,
  2. List<BMFRecommendStopInfo>? recommendStopsInfoList}
)

Implementation

BMFStationRecommendStopInfo({this.stationName, this.recommendStopsInfoList});