sectionKeyOf property

K Function(Section section) sectionKeyOf
final

Extracts the section's stable key from its payload. Captured at construction so all controller-side methods can convert user-supplied Section values into keys without callers having to pass the key explicitly.

Implementation

final K Function(Section section) sectionKeyOf;