Map<String, dynamic> toMap() => { 'navigation': { 'from': fromRoute ?? '', 'to': toRoute ?? '', 'arguments': routeArguments ?? {}, } };