StaticPropertyGetter
PropertyGetter implementation that always returns a static (constant) value. This getter ignores the receiver object and always returns the same pre-configured value.
Parameters
T
the type of the target object (not used)
V
the type of the property value