key property

  1. @override
ValueKey<String>? key
override

The key associated with this page.

This key will be used for comparing pages in canUpdate.

Implementation

@override
ValueKey<String>? get key;