RunRequest.fromJson constructor

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

Implementation

factory RunRequest.fromJson(Map<String, dynamic> json) {
  return RunRequest();
}