platform property

Set<TargetPlatform>? platform
final

A Set of TargetPlatforms that the Breakpoint will be active on. If left null then it will be active on all platforms.

Implementation

final Set<TargetPlatform>? platform;