Returns an Encodable that can encode T or null.
T
Encodable<T?> get orNull => OrNullEncodable<T>(this);