Input$AppFollowTopChartLeaderboardInput class

Constructors

Input$AppFollowTopChartLeaderboardInput({required double pos_diff, required String device, required String genre_id, required String icon, required String country, required String rating_avg, required String feed_type, String? price, required String ext_id, required double pos_curr, required double pos, required String url, required String artist_name, required String title})
factory
Input$AppFollowTopChartLeaderboardInput.fromJson(Map<String, dynamic> data)
factory

Properties

artist_name String
no setter
copyWith CopyWith$Input$AppFollowTopChartLeaderboardInput<Input$AppFollowTopChartLeaderboardInput>
no setter
country String
no setter
device String
no setter
ext_id String
no setter
feed_type String
no setter
genre_id String
no setter
hashCode int
The hash code for this object.
no setteroverride
icon String
no setter
pos double
no setter
pos_curr double
no setter
pos_diff double
no setter
price String?
no setter
rating_avg String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
no setter
url String
no setter

Methods

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

Operators

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