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