LookupMtaStsDomainResults constructor
LookupMtaStsDomainResults({})
Returns a new LookupMtaStsDomainResults instance.
Implementation
LookupMtaStsDomainResults({
required this.valid,
required this.query,
this.records = const [],
required this.wellKnownQuery,
required this.wellKnownPresent,
required this.wellKnownValue,
this.errors = const [],
this.warnings = const [],
});