ssh_key
ssh_key_bin
BinaryRange
isNotEmpty property
isNotEmpty
ssh_key
ssh_key_bin
BinaryRange
isNotEmpty property
BinaryRange class
Constructors
BinaryRange
copy
Properties
begin
bytes
end
hashCode
isEmpty
isNotEmpty
length
runtimeType
Methods
allRawBytes
nextBinary
nextMPInt
nextRawBytes
nextString
nextUint32
noSuchMethod
toString
Operators
operator ==
isNotEmpty
property
Null safety
bool
isNotEmpty
Tests if there are one or more bytes in the range.
Implementation
bool get isNotEmpty => (begin < end);