menu
dio_shaker_interceptor package
documentation
utils/curl_logger.dart
CurlLogs
getById method
getById method
dark_mode
light_mode
getById
method
CurlModel
?
getById
(
String
id
)
Implementation
CurlModel? getById(String id) { return items.firstWhereOrNull((CurlModel item) => item.id == id); }
dio_shaker_interceptor package
documentation
utils/curl_logger
CurlLogs
getById method
CurlLogs class