SearchGifError constructor

const SearchGifError({
  1. required String error,
})

Implementation

const SearchGifError({required this.error});