VmcData class

Model that represents a verified mark certificate data

Annotations
  • @JsonSerializable(includeIfNull: false, explicitToJson: true)

Constructors

VmcData({String? hash, String? hashAlgorithm, String? hashAlgorithmReadable, String? type})
VmcData.fromJson(Map<String, dynamic> json)
Json to VmcData object
factory

Properties

The base64 encoded logo
getter/setter pair
hash String?
The hash
getter/setter pair
hashAlgorithm String?
The algorithm of the hash
getter/setter pair
hashAlgorithmReadable String?
The readable version of the algorithm of the hash
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
The logo type
getter/setter pair

Methods

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

Operators

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