ProSettings class

ProSettings contains all the data needed to connect to a ProPresenter instance over one or more of the API methods.

Constructors

ProSettings({ProVersion version = ProVersion.seven9, required String host, required int port, String? remotePass, String? sdPass})

Properties

hasAPI bool
no setter
hashCode int
The hash code for this object.
no setterinherited
no setter
host String
getter/setter pair
is7 bool
no setter
port int
getter/setter pair
remotePass String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sdPass String?
getter/setter pair
version ProVersion
getter/setter pair

Methods

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