AbstractCommand class abstract

An abstract class for all CARP Commands.

Implemented types
Implementers

Constructors

AbstractCommand()

Properties

app → CarpApp
The configuration of the CARP server app.
no setter
clientId String
no setter
clientSecret String
no setter
consentPath String
no setter
hashCode int
The hash code for this object.
no setterinherited
locales List
no setter
localizationPath String
no setter
messageIds List
no setter
messagesPath String
no setter
ownerId String
no setter
password String
no setter
protocolPath String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
studyId String?
no setter
uri Uri
no setter
username String
no setter

Methods

authenticate() Future<void>
Authenticate at the CARP server.
execute() Future<void>
Execute this command.
inherited
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