Instance Property インスタンスプロパティ

image

The loaded image, if any.

Declaration 宣言

var image: Image? { get }

Discussion 議論

If this value isn’t nil, the image load operation has finished, and you can use the image to update the view. You can use the image directly, or you can modify it in some way. For example, you can add a resizable(capInsets:resizingMode:) modifier to make the image resizable.