BMFOfflineCityRecord constructor

BMFOfflineCityRecord(
  1. {int cityID,
  2. int dataSize,
  3. String cityName,
  4. int cityType,
  5. List<BMFOfflineCityRecord> childCities}
)

BMFOfflineCityRecord构造方法

Implementation

BMFOfflineCityRecord(
    {this.cityID,
    this.dataSize,
    this.cityName,
    this.cityType,
    this.childCities});