GiphyMeta constructor

GiphyMeta({
  1. int? status,
  2. String? msg,
  3. String? responseId,
})

Implementation

GiphyMeta({this.status, this.msg, this.responseId});