NftProperty

@propertyWrapper
public struct NftProperty<T> : Codable where T : Decodable, T : Encodable

Property wrapper for properties of structs conforming to NftModel protocol Used to generate NftDataType from marked properties (is property of a NFT modifiable and unique)