AbstractRemoteFieldWarden constructor

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

Implementation

AbstractRemoteFieldWarden(this.localWardenType, this.remoteWardenType,
    this.smd, this.smdSys, this.transaction) {
  waterLineField =
      WaterLineField(localWardenType, remoteWardenType, smdSys, transaction);
  transactionsFactory = TransactionsFactory(
      localWardenType, remoteWardenType, smd, smdSys, transaction);

  //this.pool = pool;
}