forPlatform abstract method

GroupEntry? forPlatform(
  1. SuitePlatform platform
)

Returns a copy of this with all platform-specific metadata resolved.

Removes any tests and groups with Metadata.testOn selectors that don't match platform. Returns null if this entry's selector doesn't match.

Implementation

GroupEntry? forPlatform(SuitePlatform platform);