List<int> get sasNumbers { if (_method is _KeyVerificationMethodSas) { return _bytesToInt( (_method as _KeyVerificationMethodSas).makeSas(5), 13, ).map((n) => n + 1000).toList(); } return []; }