isRetain property

bool get isRetain

Returns true if this is a retain operation.

Implementation

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