DataSourceIos constructor

DataSourceIos({
  1. int? id,
  2. String? name,
  3. int? status,
  4. int? flags,
})

Implementation

DataSourceIos({
  this.id,
  this.name,
  this.status,
  this.flags,
});