FreeFormServiceItem class
Represents a free-form service offered by the merchant.
These are services that are not exposed as part of our structure service data. The merchant manually enters the names for such services using a geomerchant surface.
Constructors
- FreeFormServiceItem({String? category, Label? label})
- FreeFormServiceItem.fromJson(Map json_)
Properties
- category ↔ String?
-
This field represents the category name (i.e. the category's stable ID).
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- label ↔ Label?
-
Language-tagged labels for the item.
getter/setter pair
- 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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited