ECommerceScreen class

Class with information about the screen:

  • name — the name of the screen;
  • categoriesPath - the path to the screen by category. Maximum size - up to 10 elements;
  • searchQuery - search query. Maximum length - up to 1000 characters;
  • payload - additional information. The maximum size is 20 KB.

Constructors

ECommerceScreen({String? name, List<String>? categoriesPath, String? searchQuery, Map<String, String>? payload})
Creates an object with information about the screen.
const

Properties

categoriesPath List<String>?
final
hashCode int
The hash code for this object.
no setterinherited
name String?
final
payload Map<String, String>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchQuery String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited