getter property

(Object? Function(T)?) getter
final

The getter returns the fields value for a given instance.

Implementation

final Object? Function(T)? getter;