Object Stream
The ObjectStream
is a Stream
that provides object-related methods.
static()
Returns an ObjectStream
that adds a property with the given value to the produced output.
Parameter
Type
Default
Description
property
String
property name
value
Any
property value
dynamic()
Returns an ObjectStream
that adds a property to the produced output with the given stream.
Parameter
Type
Default
Description
property
String
property name
stream
Stream
property source
lazy()
Returns an ObjectStream
that adds a property to the produced output by using the result of the given function.
Parameter
Type
Default
Description
property
String
property name
converter
Function
converter function
Last updated