Key.empty constructor

  1. @protected
const Key.empty()

Default constructor, used by subclasses.

Useful so that subclasses can call us, because the Key.new factory constructor shadows the implicit constructor.

Implementation

@protected
const Key.empty();