atKey property

String? atKey
inherited

See AtKey.key

Implementation

String? get atKey => atKeyObj.key;
void atKey=(String? s)
inherited

See AtKey.key

Implementation

set atKey(String? s) => atKeyObj.key = s;