Unwraps the underlying raw Dart value (e.g. int, String, List<dynamic>, or null).
int
String
List<dynamic>
null
@override String get raw => value;