Meta class Null safety

The metadata of a generic response in the App Store Connect API.

Constructors

Meta({Paging? paging})
The metadata of a generic response in the App Store Connect API.
const
Meta.fromMap(Map map)
The metadata of a generic response in the App Store Connect API.
factory

Properties

hashCode int
The hash code for this object.
read-only, inherited
paging Paging?
The pagination information of the response.
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toJson() String
Convert this object to a JSON map.
toMap() Map<String, dynamic>
Convert this object to a JSON string.
toString() String
A string representation of this object.
inherited

Operators

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