toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final adAssetType = this.adAssetType;
  final filename = this.filename;
  final syntheticContentAttestationStatus =
      this.syntheticContentAttestationStatus;
  return {
    'adAssetType': ?adAssetType,
    'filename': ?filename,
    'syntheticContentAttestationStatus': ?syntheticContentAttestationStatus,
  };
}