/// To hold optional arguments that themselves could be null class OrNull { OrNull(this.obj); final T obj; }