id property

  1. @JsonKey.new(name: 'id')
int? id
final

音乐榜单的 ID。

Implementation

@JsonKey(name: 'id')
final int? id;