ciphertext property

List<int>? ciphertext

Implementation

List<int>? get ciphertext =>
    const fb.Uint8ListReader().vTableGetNullable(_bc, _bcOffset, 4);