factory UIResyncRequest.fromJson(Map<String, dynamic> json) => UIResyncRequest( trackId: (json['TrackId'] as num?)?.toInt() ?? 0, );