factory ScreenProducerIdData.fromJson(Map<String, dynamic> json) { return ScreenProducerIdData( producerId: json['producerId'] as String, ); }