DeezerAlbum.fromJson constructor

DeezerAlbum.fromJson(
  1. Map<String, dynamic> json
)

Implementation

DeezerAlbum.fromJson(Map<String, dynamic> json) {
  id = json['id'];
}