๐Ÿ”ฐproperty

Swift โŸฉ type โŸฉ property

A variable defined inside a type. A property can be accessed through an instance of the type using dot notation, for example hopper.isFacingHole.

Last updated