CategorySearchResults.fromJson(Map<String, dynamic> json) : this.id = Convert.toInt(json['id'], 0), this.name = Convert.toStr(json['name'], '');