fullVerse property

String? get fullVerse

fullVerse is a getter that joins the characters of words as String.

Implementation

String? get fullVerse => words!.join(' ');