ProductSuite class

Represents a unified grouping of products sharing a common brand and market positioning.

Constructors

ProductSuite({List<String>? logicalProducts, String? name, bool? replaced, String? replacement, String? title})
ProductSuite.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
logicalProducts List<String>?
LogicalProducts under this suite.
getter/setter pair
name String?
Identifier.
getter/setter pair
replaced bool?
Indicates whether the product suite has been replaced.
getter/setter pair
replacement String?
The resource name of the Logical Entity that the product suite is replaced by.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
Title of the ProductSuite.
getter/setter pair

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