InterestPoint class
Constructors
-
InterestPoint({List<
AdditionalMedia> ? additionalMedia, int? categoryId, String? displayOn, required int floor, String? floorName, required String id, bool? isTemporal, String? media, String? mediaIcon, String? mediaMini, String? mimetype, String? subtitle, List<String> ? tags, String? text, required String title, required int x, required String xy, required int y}) -
InterestPoint.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
additionalMedia
↔ List<
AdditionalMedia> ? -
getter/setter pair
- categoryId ↔ int?
-
getter/setter pair
- displayOn ↔ String?
-
getter/setter pair
- floor ↔ int
-
getter/setter pair
- floorName ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String
-
getter/setter pair
- isTemporal ↔ bool?
-
getter/setter pair
- media ↔ String?
-
getter/setter pair
- mediaIcon ↔ String?
-
getter/setter pair
- mediaMini ↔ String?
-
getter/setter pair
- mimetype ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subtitle ↔ String?
-
getter/setter pair
-
getter/setter pair
- text ↔ String?
-
getter/setter pair
- title ↔ String
-
getter/setter pair
- x ↔ int
-
getter/setter pair
- xy ↔ String
-
getter/setter pair
- y ↔ int
-
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