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
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