RestrictedExportPolicy constructor

RestrictedExportPolicy({
  1. bool? enabled,
  2. bool? restrictDirectTableAccess,
  3. bool? restrictQueryResult,
})

Implementation

RestrictedExportPolicy({
  this.enabled,
  this.restrictDirectTableAccess,
  this.restrictQueryResult,
});