fromJson method Null safety

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

Create Run from a json representation

Implementation

static fromJson(Map<String, dynamic> json) => _$RunFromJson(json);