isLocal property

bool get isLocal

Implementation

bool get isLocal => atKeyObj.isLocal;
set isLocal (bool b)

Implementation

set isLocal(bool b) => atKeyObj.isLocal = b;