KeyList<KT, T> constructor

KeyList<KT, T>([
  1. dynamic owner = null
])

Implementation

KeyList([owner = null]) {
  _removableList = Codec.implementsInterface<T, IDestructible>();
  this.owner = owner;
}