Returns Update if this data is Update, otherwise null.
Update? get updateOrNull => isUpdate ? update : null;