Category class

Represents a product category.

Contains a unique identifier and multilingual titles for the category.

Implementers

Constructors

Category({required String id, required Titles titles})
Creates a new Category instance.

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
The unique identifier for the category.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
titles Titles
The category's titles in different languages.
final

Methods

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

Operators

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