TalsecConfig class

Class responsible for freeRASP configuration

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

TalsecConfig({required String watcherMail, bool isProd = true, AndroidConfig? androidConfig, IOSConfig? iosConfig})
Configuration for TalsecConfig.
TalsecConfig.fromJson(Map<String, dynamic> json)
Converts config from json
factory

Properties

androidConfig AndroidConfig?
Android configuration.
final
hashCode int
The hash code for this object.
no setterinherited
iosConfig IOSConfig?
iOS configuration.
final
isProd bool
Whether the SDK should be running in release mode.
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
toJson() Map<String, dynamic>
Converts config to json
toString() String
A string representation of this object.
inherited

Operators

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