HelpCenterArticle class

An object that constructs a help center article with from content. If you don't want to include a CTA on your article, just pass null to the constructor. It is required to be defined in the constructor, but can be built without it.

Constructors

HelpCenterArticle({required String articleTitle, required String articleBody})

Properties

articleBody String
The content / body of the article
final
articleTitle String
The title of the article
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