Skip to content

Instantly share code, notes, and snippets.

@magicleon94
Created August 28, 2020 14:08
Show Gist options
  • Save magicleon94/bc51b1444121a5dc1feb33c93affba10 to your computer and use it in GitHub Desktop.
Save magicleon94/bc51b1444121a5dc1feb33c93affba10 to your computer and use it in GitHub Desktop.
regional_report_bloc_event.dart
import 'package:corona_italy/features/infection_report/bloc/infection_report_bloc_event.dart';
abstract class RegionalReportBlocEvent extends InfectionReportBlocEvent {}
class RegionalReportFetch extends RegionalReportBlocEvent {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment