DNSHostFullLink constructor

const DNSHostFullLink({
  1. required String connLink,
})

Implementation

const DNSHostFullLink({
  required this.connLink,
});