GenerateTlsReportingRecordOptions constructor
GenerateTlsReportingRecordOptions({})
Returns a new GenerateTlsReportingRecordOptions instance.
Implementation
GenerateTlsReportingRecordOptions({
this.reportingAddresses = const [],
this.reportingUrl,
required this.host,
required this.version,
required this.ttl,
});