PatchbayKeepAwakeRequestWire constructor

const PatchbayKeepAwakeRequestWire({
  1. required bool enabled,
  2. required int? leaseMs,
})

Creates a fully validated wire value.

Implementation

const PatchbayKeepAwakeRequestWire({
  required this.enabled,
  required this.leaseMs,
});