menu
odin package
documentation
app/database/model_factory.dart
ModelFactory<T extends Model>
getCity method
getCity method
dark_mode
light_mode
getCity
method
String
getCity
(
)
Implementation
String getCity() { return cities[getInt(max: cities.length)]; }
odin package
documentation
app/database/model_factory
ModelFactory<T extends Model>
getCity method
ModelFactory class