const UpdateDialog({ Key? key, required this.objectAsJson, required this.fieldName, this.dateFormat, }) : super(key: key);