Building class

Constructors

Building()
factory

Properties

city String?
no setter
country String?
no setter
establishedIn int?
getters to receive specific type only
no setter
hashCode int
The hash code for this object.
no setterinherited
heightInFt double?
no setter
heightInMetres double?
no setter
list List<BuildingModel>
custom getters to access automobile's list and object
no setter
name String?
no setter
numberOfBelowGroundFloors int?
no setter
numberOfFloors int?
no setter
object BuildingModel
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

listUpTo([int max = 1]) List<BuildingModel>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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