package kotlinx.coroutines.flow; /* loaded from: classes5.dex */ public final class StartedLazily implements SharingStarted { public String toString() { return "SharingStarted.Lazily"; } @Override // kotlinx.coroutines.flow.SharingStarted public Flow command(StateFlow stateFlow) { return FlowKt.flow(new StartedLazily$command$1(stateFlow, null)); } }