CompositeBlogSource class
Agrega várias BlogSource em uma só (Markdown + banco + ...). Carrega todas
em paralelo, deduplica por slug (a PRIMEIRA fonte vence — defina a ordem
de prioridade ao montar) e ordena do mais novo para o mais antigo.
- Implemented types
Constructors
-
CompositeBlogSource(List<
BlogSource> sources) -
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
sources
→ List<
BlogSource> -
final
Methods
-
loadAll(
) → Future< List< BlogPost> > -
Carrega todos os posts desta fonte (sem ordenar/deduplicar — isso é
responsabilidade do agregador).
override
-
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