stellar_flutter_sdk
stellar_flutter_sdk
DataOutput
bytes property
bytes
stellar_flutter_sdk
stellar_flutter_sdk
DataOutput
bytes property
DataOutput class
Constructors
DataOutput
Properties
bytes
data
fileLength
hashCode
offset
runtimeType
Methods
noSuchMethod
pad
toString
write
writeBoolean
writeByte
writeChar
writeChars
writeDouble
writeFloat
writeInt
writeLong
writeShort
writeUTF
Operators
operator ==
bytes
property
List
<
int
>
bytes
Implementation
List<int> get bytes => data;