key property

  1. @override
Key? get key

The Key of the bound branch's Seed config, or null if unkeyed.

Throws StateError after the bound branch unmounts.

Implementation

@override
Key? get key => null;