Product class

Constructors

Product({required String glb, required String usdz, required bool isActive, required String name, required String placement, required bool resize, required String pdpUrl, required String sound, String? modelId, String? manufacturerId})

Properties

glb String
final
hashCode int
The hash code for this object.
no setterinherited
isActive bool
final
manufacturerId String?
final
modelId String?
final
name String
final
pdpUrl String
final
placement String
final
resize bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sound String
final
usdz 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