toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (coverageScore != null) 'coverageScore': coverageScore!,
if (routeGroup != null) 'routeGroup': routeGroup!,
if (transitions != null) 'transitions': transitions!,
};