HelpCenterCategories class

An object that separates and describes the articles in a specific category A minumum of one category is required to build a Help Center.

Constructors

HelpCenterCategories({required String categoryTitle, required List<HelpCenterArticle> categoryArticles, required IconData categoryIcon})
const

Properties

categoryArticles List<HelpCenterArticle>
The sub-articles that form the category
final
categoryIcon IconData
The icon related to the category
final
categoryTitle String
The title of the category (e.g: Payments, Development, etc)
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