isEmpty property
bool
get
isEmpty
Implementation
bool get isEmpty => spans.isEmpty && imageHref == null && cells.isEmpty && kind != UEpubBlockKind.rule && kind != UEpubBlockKind.pageBreak;
bool get isEmpty => spans.isEmpty && imageHref == null && cells.isEmpty && kind != UEpubBlockKind.rule && kind != UEpubBlockKind.pageBreak;