Plugins' data.
bool? get pluginData => _wrapped.pluginData;
set pluginData(bool? v) { _wrapped.pluginData = v; }