menu
books_finder package
documentation
books_finder.dart
IndustryIdentifier
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
Map<String, dynamic> toJson() { return { 'type': type, 'identifier': identifier, }; }
books_finder package
documentation
books_finder
IndustryIdentifier
toJson method
IndustryIdentifier class