factory Datum.fromJson(Map<String, dynamic> json) { return Datum( varCharValue: json['VarCharValue'] as String?, ); }