Building class
A building.
- Inheritance
-
- Object
- NamedResource
- Building
Constructors
-
Building({required String identifier, required String name, required String address, required Bounds bounds, required Bounds boundsRotated, required Coordinate center, required double width, required double height, required String pictureThumbUrl, required String pictureUrl, required double rotation, required String userIdentifier, required Map<
String, dynamic> customFields, required String createdAt, required String updatedAt})
Properties
- address → String
-
final
- bounds → Bounds
-
final
- boundsRotated → Bounds
-
final
- center → Coordinate
-
final
- createdAt → String
-
final
-
customFields
→ Map<
String, dynamic> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → double
-
final
- identifier → String
-
finalinherited
- name → String
-
finalinherited
- pictureThumbUrl → String
-
final
- pictureUrl → String
-
final
- rotation → double
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updatedAt → String
-
final
- userIdentifier → String
-
final
- width → double
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited