Decodes the value from a string.
@override bool? decode(String value) => value.isEmpty ? null : value.toLowerCase() == 'true';