isRetain property

bool isRetain

Returns true if this is a retain operation.

Implementation

bool get isRetain => key == Operation.retainKey;