FutureCodable<T> constructor

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

Implementation

const FutureCodable(this.codable);