coercer property

T Function(Object value)? coercer
getter/setter pair

Optional coercion function to convert input to the expected type.

Implementation

T Function(Object value)? coercer;