RichTextContainerList class final

An un/ordered list of Paragraphs

Implemented types

Constructors

RichTextContainerList({required List<RichTextContainerParagraph> rows, required bool isOrdered})
RichTextContainerList.fromJson(JSONMap json, {required bool isOrdered})
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
isOrdered bool
If true this list is an ordered list, if false it's an unordered list.
final
rows List<RichTextContainerParagraph>
Paragraph rows
final
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