OrNullCodable<T> constructor

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

Implementation

const OrNullCodable(this.codable);