menu
thunder_api package
documentation
core/model/folder_request_collection_model.dart
UrlModel
toMap method
toMap method
dark_mode
light_mode
toMap
method
Map
<
String
,
dynamic
>
toMap
(
)
Implementation
Map<String, dynamic> toMap() { return { 'raw': raw, 'host': ["{{base_url}}"], 'path': path, }; }
thunder_api package
documentation
core/model/folder_request_collection_model
UrlModel
toMap method
UrlModel class