Key.empty constructor Null safety
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();
Default constructor, used by subclasses.
Useful so that subclasses can call us, because the Key.new factory constructor shadows the implicit constructor.
@protected
const Key.empty();