RunMobileFriendlyTestRequest.fromJson constructor

RunMobileFriendlyTestRequest.fromJson(
  1. Map json_
)

Implementation

RunMobileFriendlyTestRequest.fromJson(core.Map json_)
  : this(
      requestScreenshot: json_['requestScreenshot'] as core.bool?,
      url: json_['url'] as core.String?,
    );