describe property
Optionally turns the Get object's value into a String description.
Defaults to using the value's Object.toString result.
Implementation
final String Function(T value) describe;
Optionally turns the Get object's value into a String description.
Defaults to using the value's Object.toString result.
final String Function(T value) describe;