BMFCityListInfo constructor

BMFCityListInfo(
  1. {String city,
  2. int count}
)

有参构造

Implementation

BMFCityListInfo({this.city, this.count});