initial commit (migrated)
This commit is contained in:
commit
b594facb51
143 changed files with 11057 additions and 0 deletions
|
|
@ -0,0 +1,12 @@
|
|||
part of 'background_images_bloc.dart';
|
||||
|
||||
abstract class BackgroundImagesEvent extends Equatable {
|
||||
const BackgroundImagesEvent();
|
||||
}
|
||||
|
||||
class GetBackgroundImagesEvent extends BackgroundImagesEvent {
|
||||
const GetBackgroundImagesEvent();
|
||||
|
||||
@override
|
||||
List<Object> get props => [];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue