PLookupVerbBuilder class
Plookup builder generates a command to lookup public value of atKey
on secondary server of another atSign sharedBy
.
e.g If @alice has a public key e.g. public:phone@alice then use this builder to
lookup value of phone@alice from bob's secondary
var builder = PlookupVerbBuilder()..key=’phone’..atSign=’alice’;
- Implemented types
Constructors
Properties
- atKey ↔ AtKey
-
Represents the AtKey instance to populate the verb builder data
getter/setter pairinherited
- bypassCache ↔ bool
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- operation ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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
-
validateKey(
) → void -
Validates the AtKey
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited