VerifyCheck class

One artifact verify looked at, or declined to.

what is a kind rather than a sentence, so a caller can branch on it — changelog, section, appstore, play, data-safety. where says which one, absent when there was nothing to find.

Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

VerifyCheck({required String what, String? where, String? why})
const
VerifyCheck.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
what String
What kind of artifact this is.
final
where String?
Which one, for a check that ran. Null in VerifyDocument.skipped.
final
why String?
Why it did not run. Null in VerifyDocument.checked.
final

Methods

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

Operators

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