DisplayedProperty class
A reference to a top-level property within the object that should be displayed in search results.
The values of the chosen properties is displayed in the search results along with the display label for that property if one is specified. If a display label is not specified, only the values is shown.
Constructors
- DisplayedProperty({String? propertyName})
- DisplayedProperty.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- propertyName ↔ String?
-
The name of the top-level property as defined in a property definition for
the object.
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