import { Optional } from "https://deno.land/x/mandarinets@v2.3.2/plugins/optional.ts";
Creates a Optional instance. if @param value is provided but it is either null or undefined, then it creates an empty instance of Optional.
Parameters
value: T