@override String get hookName { if (_hookName == null) { throw StateError( 'hookName is null for BootstrapTarget', ); } return _hookName; }