key property

  1. @override
String? key
override

Get the key associated with this object. Returns null if object has not been added to a box yet.

Implementation

@override
String? get key => super.key;