HelpCenterObject class Objects

{@image } An object that contains all of the lower level objects If only one category is passed, Help Center will just display the list view of articles. If multiple categories are passed, Help Center will display a grid list of categories, and then a detailed list of articles.

Constructors

HelpCenterObject({required List<HelpCenterCategories> articleCategories})
const

Properties

articleCategories List<HelpCenterCategories>
The categories available in the help center.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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