MmGetRedirectLocation200Response constructor

MmGetRedirectLocation200Response({
  1. String? location,
})

Returns a new MmGetRedirectLocation200Response instance.

Implementation

MmGetRedirectLocation200Response({
  this.location,
});