Returns Images if this data is Images, otherwise null.
Images? get imagesOrNull => isImages ? images : null;