geoChartsBundle top-level property

RegistrationBundle geoChartsBundle
final

Implementation

final geoChartsBundle = RegistrationBundle(
  name: 'geo',
  description: 'Choropleth Map',
  registrations: [
    choroplethRegistration,
  ],
);