RemoteDto.sep constructor

RemoteDto.sep(
  1. TrDto trDto,
  2. SchemaMetaData smdSys, {
  3. WaterLineDto? waterLineDto,
  4. int? water_table_id,
})

Implementation

RemoteDto.sep(this.trDto, this.smdSys, {this.waterLineDto, int? water_table_id}) {
  sep(trDto,smdSys,waterLineDto: waterLineDto,water_table_id: water_table_id);
}