StreamDecodable<T> constructor

const StreamDecodable<T>(
  1. Decodable<T> codable
)

Implementation

const StreamDecodable(this.codable);