fromJson(Map<String, dynamic> jsonRes) { this.id = jsonRes['id'] as String; this.label = jsonRes['label'] as String; return this; }