@override Map<String, dynamic> toJson() { final json = super.toJson(); return json..["value"] = getValue(); }