@override String? handle(value, {String? defaultValue}) { if (value == null) return defaultValue; return value.toString(); }