GiphyError constructor

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

Implementation

const GiphyError({required this.error});