encryptedData property

List<int> encryptedData

Implementation

List<int> get encryptedData => data.sublist(17, data.length - 10);