BackendServiceListUsableWarningData constructor

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

Implementation

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