BMFUpdateElement constructor

BMFUpdateElement({
  1. int? cityID,
  2. String? cityName,
  3. int? ratio,
  4. int? status,
  5. BMFCoordinate? geoPt,
  6. int? size,
  7. int? serversize,
  8. int? level,
  9. bool? update,
})

BMFUpdateElement构造方法

Implementation

BMFUpdateElement({
  this.cityID,
  this.cityName,
  this.ratio,
  this.status,
  this.geoPt,
  this.size,
  this.serversize,
  this.level,
  this.update,
});