Meta class

Meta holds the response statusCode status, response message msg , response ID responseId

Constructors

Meta({int? status, String? msg, String? responseId})
Meta Constructor
const
Meta.fromJson(Map<String, dynamic> json)
Meta.toJson() factory constructor.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
msg String?
response message
final
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setter
responseId String?
response
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status int?
response statusCode
final
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
convert the Meta class to json
toString() String
A string representation of this object.
inherited

Operators

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