SystemPolicy constructor

const SystemPolicy({
  1. bool? statsInboundUplink,
  2. bool? statsInboundDownlink,
  3. bool? statsOutboundUplink,
  4. bool? statsOutboundDownlink,
})

Implementation

const factory SystemPolicy({
  bool? statsInboundUplink,
  bool? statsInboundDownlink,
  bool? statsOutboundUplink,
  bool? statsOutboundDownlink,
}) = _SystemPolicy;