is Mutable Type
Determines whether the declaration is a mutable type.
A mutable type is considered any type whose name starts with "Mutable", such as MutableList
, MutableStateFlow
, MutableLiveData
, etc.
Determines whether the declaration is a mutable type.
A mutable type is considered any type whose name starts with "Mutable", such as MutableList
, MutableStateFlow
, MutableLiveData
, etc.