Token.fromJson(Map<String, dynamic> json) { store = json['store'] != null ? Store.fromJson(json['store']) : null; token = json['token']; }