CustomMirroringProfile.fromJson constructor

CustomMirroringProfile.fromJson(
  1. Map json_
)

Implementation

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