BMFUpdateElement constructor Null safety
- {int? cityID,
- String? cityName,
- int? ratio,
- int? status,
- BMFCoordinate? geoPt,
- int? size,
- int? serversize,
- int? level,
- bool? update}
BMFUpdateElement构造方法
Implementation
BMFUpdateElement({
this.cityID,
this.cityName,
this.ratio,
this.status,
this.geoPt,
this.size,
this.serversize,
this.level,
this.update,
});