offset property
double
get
offset
Position in the file (in bytes) to start writing the bytes from.
Implementation
double get offset => _wrapped.offset;
set
offset
(double v)
Implementation
set offset(double v) {
_wrapped.offset = v;
}