factory AdMarkerPassthrough.fromJson(Map<String, dynamic> json) { return AdMarkerPassthrough( enabled: json['Enabled'] as bool?, ); }