cities library
Classes
Functions
-
cities_auto_eager(
) → Future< Iterable< City> > - Each city is parsed entirely during construction.
-
cities_auto_lazy(
) → Future< Iterable< City> > - The properties of each city are derived on access.
-
parse_city_eager(
{required String str}) → City -
parse_city_lazy(
{required String str}) → City