toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (postalCodeGroupNames != null)
'postalCodeGroupNames': postalCodeGroupNames!,
if (rows != null) 'rows': rows!,
if (transitTimeLabels != null) 'transitTimeLabels': transitTimeLabels!,
};