isMutableType

abstract val isMutableType: Boolean

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.