IOSConfig class

Class responsible for freeRASP iOS configuration

Annotations
  • @JsonSerializable()

Constructors

IOSConfig({required List<String> bundleIds, required String teamId})
iOS configuration fields
IOSConfig.fromJson(Map<String, dynamic> json)
Converts config from json
factory

Properties

bundleIds List<String>
Bundle ID of the app.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
teamId String
Team ID of the app.
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