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})
-
Configuration for TalsecConfig.
const
Properties
- androidConfig → AndroidConfig?
-
Android configuration.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- iosConfig → IOSconfig?
-
iOS configuration.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- watcherMail → String?
-
Mail for security reports.
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