call method

T call()

Returns the value of the property. Same as the getter value.

Implementation

T call() {
  return value;
}