Album.fromJson constructor
Album.fromJson(
- dynamic json,
- MediumType? mediumType,
- bool newest
Creates a album from platform channel protocol.
Implementation
Album.fromJson(dynamic json, this.mediumType, this.newest)
: id = json['id'],
name = json['name'],
count = json['count'] ?? 0;