isLocal property

bool isLocal

Implementation

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

Implementation

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