GiphyMeta class

Provides meta data for a GiphyCollection

Constructors

GiphyMeta({required int status, required String msg, required String responseId})
Creates a new meta object
const
GiphyMeta.fromJson(Map<String, dynamic> json)
Creates a new meta object from json
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
msg String
The received message
final
responseId String
The ID of the response
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status int
The HTTP status code
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Converts the meta data to JSON
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override