UpdateConnectivityInfoResponse constructor

UpdateConnectivityInfoResponse({
  1. String? message,
  2. String? version,
})

Implementation

UpdateConnectivityInfoResponse({
  this.message,
  this.version,
});