canSetElem method

bool canSetElem()

Can we set elements within this value? (I.e., is it a list or map?)

Implementation

bool canSetElem() => false;