ssh_key
ssh_key_bin
BinaryRange
isEmpty property
isEmpty
ssh_key
ssh_key_bin
BinaryRange
isEmpty 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 ==
isEmpty
property
Null safety
bool
isEmpty
Tests if there are zero bytes in the range.
Implementation
bool get isEmpty => (end <= begin);