orNull property

Codable<T?> get orNull

Returns a Codable that can encode and decode T or null.

Implementation

Codable<T?> get orNull => OrNullCodable<T>(this);