Information about single photos.
- Implemented types
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- id → String
-
To get a valid download link use the value of id + /[size], where
[size] is one of: 1. XXXS 2. XXS 3. XS 4. S 5. M 6. L 7. XL 8. XXL
9. XXXL 10. orig
no setter
-
links
→ List<
SearchBusinessPhotoObjectMetadataPhotoPhotoLink> -
Photo links.
no setter
- 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
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
covariant SearchBusinessPhotoObjectMetadataPhoto other) → bool -
The equality operator.
override