HostsListResponseWarningData constructor

HostsListResponseWarningData({
  1. String? key,
  2. String? value,
})

Implementation

HostsListResponseWarningData({this.key, this.value});