static bool? fromJson_updateValue(Map<String, dynamic> json) { return (json[r'updateValue'] == null) ? null : json[r'updateValue'] as bool?; }