ConfigVerbBuilder class
This builder generates a command to configure block list entries in the secondary server. If an @sign is added to the block list then connections to the secondary will not be accepted.
e.g to block alice from accessing bob's keys
var builder = ConfigVerbBuilder()..block = '@alice';
- Implemented types
Constructors
Properties
Methods
- 
  buildCommand() → String 
- 
  Build the @ command to be sent to remote secondary for execution.
  override
- 
  checkParams() → bool 
- 
  Checks whether all params required by the verb builder are set. Returns false if
required params are not set.
  override
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited