Returns true if the indicated object is a read-only Map or AsyncMap:
- If the object is a plain
Map, this returnsfalse. - If the object defines a
readOnlyproperty, this returns the value of that property. The different map classes in theasync-treelibrary define that property.