PlatformBehavior constructor

const PlatformBehavior({
  1. required Set<int> oscTerminators,
  2. required bool useMacInputBehavior,
})

Implementation

const PlatformBehavior({
  required this.oscTerminators,
  required this.useMacInputBehavior,
});