menu
system_language package
documentation
books/book.dart
Book
myTexts property
myTexts property
dark_mode
light_mode
myTexts
property
Map
<
String
,
String
>
?
get
myTexts
Implementation
Map<String, String>? get myTexts => texts;
set
myTexts
(
Map
<
String
,
String
>
book
)
Implementation
set myTexts(Map<String, String> book) { texts = book; }
system_language package
documentation
books/book
Book
myTexts property
Book class