FakeRuntime constructor
const
FakeRuntime([
- PlatformType type = PlatformType.unknown,
- String platform = 'unknown'
Creates a FakeRuntime.
Implementation
const FakeRuntime([this.type = PlatformType.unknown, this.platform = 'unknown']);