AbstractWarden constructor

AbstractWarden({
  1. WardenType? localWardenType,
  2. WardenType? remoteWardenType,
})

Implementation

AbstractWarden({this.localWardenType, this.remoteWardenType});