StatsVerbBuilder class

Stats builder generates a command that returns various of the server statistics of current atSign.

 // specific stats
 var builder = StatsVerbBuilder()..ids = '3,4';
 // all stats
 var builder = StatsVerbBuilder();
Implemented types

Constructors

StatsVerbBuilder()

Properties

hashCode int
The hash code for this object.
no setterinherited
regex String?
Regular expression to filter keys.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statIds String?
Comma separated stat ids. If no ids are supplied returns all the stats.
getter/setter pair

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