DryRunRequest.fromJson constructor

DryRunRequest.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory DryRunRequest.fromJson(Map<String, dynamic> json) =>
    _$DryRunRequestFromJson(json);