resolver property

T Function(T value)? resolver
final

Optional value to apply before get.

Implementation

final T Function(T value)? resolver;