key property

LocalKey? get key
inherited

Implementation

LocalKey? get key => _key;
set key (LocalKey? key)

Implementation

set key(LocalKey? key) {
  _key = key;
}