Manufacturer class
Represents a product manufacturer or brand.
Contains information about the manufacturer, including multilingual titles and optional identifiers.
- Implementers
Constructors
- Manufacturer({required Titles titles, String? id, String? wikidataId})
- Creates a new Manufacturer instance.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
An optional unique identifier for the manufacturer.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- titles → Titles
-
The manufacturer's names in different languages.
final
- wikidataId → String?
-
An optional Wikidata identifier for the manufacturer.
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