Returns a Codable that can encode and decode T or null.
T
Codable<T?> get orNull => OrNullCodable<T>(this);