keyBytes property

List<int> get keyBytes

Implementation

List<int> get keyBytes {
  return List<int>.from(_keyBytes);
}