Articles class
Properties
Methods
-
create(
Article article) → Future< Article> -
delete(
ArticleId id) → Future< bool> -
get(
ArticleId id) → Future< Article> -
list(
{PaginatedPagesNext? next}) → Future< Paginated< List< >Article> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
search(
{String? phrase, ArticleState? state, HelpCenterId? helpCenterId, bool? highlight}) → Future< Paginated< ArticleSearch> > -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited