ignoreBuiltInCommonProperties property

bool? get ignoreBuiltInCommonProperties

Whether or not you want to avoid having the built-in common properties such as os, extension name, etc injected into the data object. Defaults to false if not defined.

Implementation

_i2.bool? get ignoreBuiltInCommonProperties => _i5.getProperty(
      this,
      'ignoreBuiltInCommonProperties',
    );