menu
randpg package
documentation
entities/locations.dart
LocationType
getGoodsGenerator abstract method
getGoodsGenerator abstract method
dark_mode
light_mode
getGoodsGenerator
abstract method
Generator
<
List
<
Goods
>
?
>
getGoodsGenerator
(
)
Returns the goods generator for this location type
Implementation
Generator<List<Goods>?> getGoodsGenerator();
randpg package
documentation
entities/locations
LocationType
getGoodsGenerator abstract method
LocationType class