ShellContextPlatform.none constructor

ShellContextPlatform.none()

None

Implementation

factory ShellContextPlatform.none() {
  return _ShellContextPlatform(isNone: true);
}