extra property

Map<String, Object?> get extra

Typed extra payload carried by the current navigation node.

Implementation

Map<String, Object?> get extra => node.extra;