platform property
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;
A Set of TargetPlatforms that the Breakpoint will be active on. If left null then it will be active on all platforms.
final Set<TargetPlatform>? platform;