stream method
Returns a Codable that can encode and decode a stream of T.
Implementation
LazyCodable<Stream<T>> stream() => StreamCodable<T>(this);
Returns a Codable that can encode and decode a stream of T.
LazyCodable<Stream<T>> stream() => StreamCodable<T>(this);