core.Map<core.String, core.dynamic> toJson() => { if (cost != null) 'cost': cost!, if (duration != null) 'duration': duration!, };