goods property

List<Goods>? goods
final

A list with goods, null if there are no goods in the location

Implementation

final List<Goods>? goods;