SentryProxy constructor
SentryProxy({
- required SentryProxyType type,
- String? host,
- int? port,
- String? user,
- String? pass,
Implementation
SentryProxy({required this.type, this.host, this.port, this.user, this.pass});