EtfProfile.fromJson(Map<String, dynamic> json) { profile = json['profile'] != null ? Profile.fromJson(json['profile']) : null; symbol = json['symbol']; }