TalsecConfig class

Wrapper for configuration objects.

Holds androidConfig and iosConfig as parameters and wraps them into general TalsecConfig. Also contains watcherMail for alerts and reports.

Constructors

TalsecConfig({required String? watcherMail, AndroidConfig? androidConfig, IOSconfig? iosConfig})
const

Properties

androidConfig AndroidConfig?
final
hashCode int
The hash code for this object.
no setterinherited
iosConfig IOSconfig?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
watcherMail String?
final

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