SustainabilityCertifications class

Sustainability certifications the hotel has been awarded.

Deprecated: this message is no longer populated. All certification data is now provided by BeCause.

Constructors

SustainabilityCertifications({String? breeamCertification, String? breeamCertificationException, List<EcoCertification>? ecoCertifications, String? leedCertification, String? leedCertificationException})
SustainabilityCertifications.fromJson(Map json_)

Properties

breeamCertification String?
BREEAM certification. Possible string values are:
getter/setter pair
breeamCertificationException String?
BREEAM certification exception. Possible string values are:
getter/setter pair
ecoCertifications List<EcoCertification>?
The eco certificates awarded to the hotel.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
leedCertification String?
LEED certification. Possible string values are:
getter/setter pair
leedCertificationException String?
LEED certification exception. Possible string values are:
getter/setter pair
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