orNull property

Encodable<T?> get orNull

Returns an Encodable that can encode T or null.

Implementation

Encodable<T?> get orNull => OrNullEncodable<T>(this);