CustomMirroringProfile.fromJson constructor
      
      CustomMirroringProfile.fromJson(
    
    
- Map json_
 
Implementation
CustomMirroringProfile.fromJson(core.Map json_)
  : this(
      mirroringEndpointGroup: json_['mirroringEndpointGroup'] as core.String?,
    );