StreamCodable<T> constructor

const StreamCodable<T>(
  1. Codable<T> codable
)

Implementation

const StreamCodable(this.codable);