ProductCertification class
Product certification, introduced for EU energy efficiency labeling compliance using the EU EPREL database.
Constructors
- ProductCertification({String? certificationAuthority, String? certificationCode, String? certificationName, String? certificationValue})
- ProductCertification.fromJson(Map json_)
Properties
- certificationAuthority ↔ String?
-
The certification authority, for example "European_Commission".
getter/setter pair
- certificationCode ↔ String?
-
The certification code, for eaxample "123456".
getter/setter pair
- certificationName ↔ String?
-
The name of the certification, for example "EPREL".
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