LivingAreaEating class

Information about eating features in the living area.

Constructors

LivingAreaEating({bool? coffeeMaker, String? coffeeMakerException, bool? cookware, String? cookwareException, bool? dishwasher, String? dishwasherException, bool? indoorGrill, String? indoorGrillException, bool? kettle, String? kettleException, bool? kitchenAvailable, String? kitchenAvailableException, bool? microwave, String? microwaveException, bool? minibar, String? minibarException, bool? outdoorGrill, String? outdoorGrillException, bool? oven, String? ovenException, bool? refrigerator, String? refrigeratorException, bool? sink, String? sinkException, bool? snackbar, String? snackbarException, bool? stove, String? stoveException, bool? teaStation, String? teaStationException, bool? toaster, String? toasterException})
LivingAreaEating.fromJson(Map json_)

Properties

coffeeMaker bool?
Coffee maker.
getter/setter pair
coffeeMakerException String?
Coffee maker exception. Possible string values are:
getter/setter pair
cookware bool?
Cookware.
getter/setter pair
cookwareException String?
Cookware exception. Possible string values are:
getter/setter pair
dishwasher bool?
Dishwasher.
getter/setter pair
dishwasherException String?
Dishwasher exception. Possible string values are:
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
indoorGrill bool?
Indoor grill.
getter/setter pair
indoorGrillException String?
Indoor grill exception. Possible string values are:
getter/setter pair
kettle bool?
Kettle.
getter/setter pair
kettleException String?
Kettle exception. Possible string values are:
getter/setter pair
kitchenAvailable bool?
Kitchen available.
getter/setter pair
kitchenAvailableException String?
Kitchen available exception. Possible string values are:
getter/setter pair
microwave bool?
Microwave.
getter/setter pair
microwaveException String?
Microwave exception. Possible string values are:
getter/setter pair
minibar bool?
Minibar.
getter/setter pair
minibarException String?
Minibar exception. Possible string values are:
getter/setter pair
outdoorGrill bool?
Outdoor grill.
getter/setter pair
outdoorGrillException String?
Outdoor grill exception. Possible string values are:
getter/setter pair
oven bool?
Oven.
getter/setter pair
ovenException String?
Oven exception. Possible string values are:
getter/setter pair
refrigerator bool?
Refrigerator.
getter/setter pair
refrigeratorException String?
Refrigerator exception. Possible string values are:
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sink bool?
Sink.
getter/setter pair
sinkException String?
Sink exception. Possible string values are:
getter/setter pair
snackbar bool?
Snackbar.
getter/setter pair
snackbarException String?
Snackbar exception. Possible string values are:
getter/setter pair
stove bool?
Stove.
getter/setter pair
stoveException String?
Stove exception. Possible string values are:
getter/setter pair
teaStation bool?
Tea station.
getter/setter pair
teaStationException String?
Tea station exception. Possible string values are:
getter/setter pair
toaster bool?
Toaster.
getter/setter pair
toasterException String?
Toaster exception. Possible string values are:
getter/setter pair

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