getter property

Getter<TType, TValue> getter
final

A function that returns the value that is going to be edited.

Implementation

final Getter<TType, TValue> getter;