writableStreamDefaultController top-level property
dynamic
get
writableStreamDefaultController
This Streams API interface represents a controller allowing control of a WritableStream's state. When constructing a WritableStream, the underlying sink is given a corresponding WritableStreamDefaultController instance to manipulate.
Implementation
_i2.dynamic get writableStreamDefaultController => _i4.getProperty(
_self,
'WritableStreamDefaultController',
);