Manifest class

Domain entity representing a C2PA Content Credential Manifest.

Constructors

Manifest.new({String? claimGenerator, String? title, String? format, Map<String, dynamic>? signatureInfo, String? label, List<Ingredient> ingredients = const [], List<ManifestAssertion> assertions = const [], List<Action>? actions = const []})
Creates a new instance of Manifest.
const
Manifest.fromJson(Map<String, dynamic> json)
Parses a Manifest from a JSON map.
factory

Properties

actions List<Action>?
List of actions parsed from the c2pa.actions assertion
final
assertions List<ManifestAssertion>
List of assertions applied to the asset.
final
claimGenerator String?
A User Agent formatted string identifying the software/hardware/system produced this claim Spaces are not allowed in names, versions can be specified with product/1.0 syntax
final
format String?
The format of the source file as a MIME type.
final
hashCode int
The hash code for this object.
no setterinherited
ingredients List<Ingredient>
List of ingredients referenced by this manifest.
final
label String?
Label
final
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signatureInfo Map<String, dynamic>?
Signature info
final
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
title String?
A human-readable title, generally source filename.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited