describe property

String Function(T value) describe
final

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;