fromJson method Null safety

RunLocation fromJson(
  1. Json json
)

Create RunLocation from a json representation

Implementation

static RunLocation fromJson(Json json) => _$RunLocationFromJson(json);