orNull property

Decodable<T?> get orNull

Returns a Decodable object that can decode T or null.

Implementation

Decodable<T?> get orNull => OrNullDecodable<T>(this);