SummaryArticle class

Constructors

SummaryArticle({required String level, required String title, String? ref, Iterable<SummaryArticle>? articles})
const
SummaryArticle.create(Article article, String level)
factory

Properties

anchor String?
no setter
articles Iterable<SummaryArticle>?
final
childLevel String
no setter
depth int
no setter
hashCode int
The hash code for this object.
no setterinherited
isExternal bool
no setter
json Map<String, dynamic>
no setter
level String
final
path String?
no setter
ref String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
final
url String?
no setter

Methods

byLevel(String level) SummaryArticle?
filter(bool test(SummaryArticle e), {bool skipRoot = false}) SummaryArticle?
directly retrieve children if skipRoot is true
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