FakeRuntime constructor

const FakeRuntime([
  1. PlatformType type = PlatformType.unknown,
  2. String platform = 'unknown'
])

Creates a FakeRuntime.

Implementation

const FakeRuntime([this.type = PlatformType.unknown, this.platform = 'unknown']);