new SelectValue()
    Creates a SelectValue instance with a value and optional resolve function.
Created internally from SelectIterable constructor, and not exported.
    
    Methods
resolve() → {object}
    Default resolve prototype. Returns null when called.
Used in case a resolve is never set.
Returns:
    null
- Type
- object