FutureEncodable<T> constructor

const FutureEncodable<T>(
  1. Encodable<T> codable
)

Implementation

const FutureEncodable(this.codable);