factory ValueHolder.fromJson(Map<String, dynamic> json) { return ValueHolder( ionText: json['IonText'] as String?, ); }