FutureDecodable<T> constructor

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

Implementation

const FutureDecodable(this.codable);