abstract class ThingsboardImage { static final thingsBoardWithTitle = 'assets/images/thingsboard_with_title.svg'; static final thingsboard = 'assets/images/thingsboard.svg'; static final thingsboardOuter = 'assets/images/thingsboard_outer.svg'; static final thingsboardCenter = 'assets/images/thingsboard_center.svg'; static final dashboardPlaceholder = 'assets/images/dashboard-placeholder.svg'; static final deviceProfilePlaceholder = 'assets/images/device-profile-placeholder.svg'; static final oauth2Logos = { 'google-logo': 'assets/images/google-logo.svg', 'github-logo': 'assets/images/github-logo.svg', 'facebook-logo': 'assets/images/facebook-logo.svg', 'apple-logo': 'assets/images/apple-logo.svg' }; }