Object construction from a JSON representation
factory RunObject.fromJson(Map<String, dynamic> json) => _$RunObjectFromJson(json);