cipher property

String? get cipher

Implementation

String? get cipher =>
    raw['cipher'] as String? ?? raw['selected_cipher'] as String?;