AndroidConfig class

Class responsible for freeRASP Android configuration

Annotations
  • @JsonSerializable()

Constructors

AndroidConfig({required String packageName, required List<String> signingCertHashes, List<String> supportedStores = const <String>[]})
Android configuration fields
AndroidConfig.fromJson(Map<String, dynamic> json)
Converts config from json
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
packageName String
Package name of the application.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signingCertHashes List<String>
List of expected signing hashes.
final
supportedStores List<String>
List of supported sources where application can be installed from.
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