isInitialized property

bool get isInitialized

Implementation

bool get isInitialized => _cipher != null && _iv != null;