RegisterMap constructor

const RegisterMap({
  1. int? registerMapId,
  2. String? name,
  3. DataSourceType? dataSourceType,
})

Implementation

const RegisterMap({
  this.registerMapId,
  this.name,
  this.dataSourceType,
});