Config constructor

Config({
  1. List<String>? rrdatas,
  2. String? ttl,
})

Implementation

Config({this.rrdatas, this.ttl});