DNSResponseRecord constructor

DNSResponseRecord({
  1. required String name,
  2. required int ttl,
})

Implementation

DNSResponseRecord({
    required this.name,
    required this.ttl,
});