AsserestTestPlatformBuilder typedef
AsserestTestPlatformBuilder =
AsserestTestPlatform<AsserestProperty> Function(AsserestProperty property)
Alias definition of constructing AsserestTestPlatform from given property
.
Implementation
typedef AsserestTestPlatformBuilder = AsserestTestPlatform Function(
AsserestProperty property);