Chris Fillmore
05/18/2023, 2:57 PMprivate val _myState = MutableStateFlow()
val myState = _myState.asStateFlow()
I have this pattern in many places (using _
prefix for the private member). Anybody have anything they like better?mkrussel
05/18/2023, 2:59 PMChris Fillmore
05/18/2023, 3:00 PMalex.krupa
05/18/2023, 3:03 PMChris Fillmore
05/18/2023, 3:31 PMTgo1014
05/19/2023, 8:01 AMMarcin Wisniowski
05/19/2023, 8:14 AMJan
05/25/2023, 6:30 AM