AppTrackInfo.fromJson constructor
AppTrackInfo.fromJson(
- Map json_
Implementation
AppTrackInfo.fromJson(core.Map json_)
: this(
trackAlias: json_['trackAlias'] as core.String?,
trackId: json_['trackId'] as core.String?,
);