WaterLineField constructor

WaterLineField(
  1. WardenType? localWardenType,
  2. WardenType? remoteWardenType,
  3. SchemaMetaData smdSys,
  4. DbTransaction transaction,
)

Implementation

WaterLineField(this.localWardenType, this.remoteWardenType, this.smdSys, this.transaction) {
  if(!smdSys.isSystem) throw ArgumentError(AbstractDao.C_MUST_SYSTEM);
}