menu
http_simulator package
documentation
service/BadgeService.dart
BadgeService
findOneById method
findOneById method
dark_mode
light_mode
findOneById
method
Badge
findOneById
(
int
badgeId
)
Implementation
Badge findOneById(int badgeId) { return _badgeRepository?.findEntityById(badgeId) as Badge; }
http_simulator package
documentation
service/BadgeService
BadgeService
findOneById method
BadgeService class