BMFRecommendStopSearchResult constructor Null safety

BMFRecommendStopSearchResult(
  1. {List<BMFRecommendStopInfo>? recommendStopInfoList,
  2. List<BMFStationRecommendStopInfo>? stationInfoList}
)

有参构造

Implementation

BMFRecommendStopSearchResult(
    {this.recommendStopInfoList, this.stationInfoList});