GetNetworkProfileResponse constructor

GetNetworkProfileResponse({
  1. NetworkProfile? networkProfile,
})

Implementation

GetNetworkProfileResponse({
  this.networkProfile,
});