RegisterMap constructor
- int? registerMapId,
- String? name,
- DataSourceType? dataSourceType,
Implementation
const RegisterMap({
this.registerMapId,
this.name,
this.dataSourceType,
});
const RegisterMap({
this.registerMapId,
this.name,
this.dataSourceType,
});