menu
quran_controller package
documentation
models/verse.dart
Verse
words property
words property
dark_mode
light_mode
words
property
List
<
String
>
?
words
getter/setter pair
words
the variable that holding all the unicodes of verse separated as a
List
.
Implementation
List<String>? words;
quran_controller package
documentation
models/verse
Verse
words property
Verse class