OrNullDecodable<T> constructor

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

Implementation

const OrNullDecodable(this.codable);