nullable method

Schema<T?> nullable()

Implementation

Schema<T?> nullable() {
  return ZNullable<T>(this);
}