UsfmParagraph constructor
UsfmParagraph({
- required List<
ParagraphElement> content, - required ParagraphFormat format,
- Set<
int> ? wordsOfJesusIds,
Implementation
UsfmParagraph({
required this.content,
required this.format,
Set<int>? wordsOfJesusIds,
}) : wordsOfJesusIds = wordsOfJesusIds ?? <int>{};