locked property
bool
get
locked
The locked
read-only property of the WritableStream interface
returns a boolean indicating whether the WritableStream
is locked to a
writer.
Implementation
external bool get locked;