CarpApp class

Represents a CARP web service app endpoint.

Constructors

CarpApp({required String name, required Uri uri, String? studyDeploymentId, String? studyId})
Create a CarpApp which know how to access a CARP backend.

Properties

hashCode int
The hash code for this object.
no setteroverride
name String
The name of this app. The name has to be unique.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
studyDeploymentId String?
The CARP study deployment id of this app.
getter/setter pair
studyId String?
The CARP study id for this app.
getter/setter pair
uri Uri
URI of the CARP web service
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override