ProductCertification class

Product certification, initially introduced for EU energy efficiency labeling compliance using the EU EPREL database.

Constructors

ProductCertification.new({String? certificationAuthority, String? certificationCode, String? certificationName, String? certificationValue})
ProductCertification.fromJson(Map json_)

Properties

certificationAuthority String?
The certification authority. Possible string values are:
getter/setter pair
certificationCode String?
The certification code.
getter/setter pair
certificationName String?
The name of the certification. Possible string values are:
getter/setter pair
certificationValue String?
The certification value (also known as class, level or grade), for example "A+", "C", "gold".
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

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