menu
electrician_app
features/settings/domain/entities/user_profile.dart
UserProfile
companyLogoBytes property
companyLogoBytes
dark_mode
light_mode
description
companyLogoBytes
property
List
<
int
>
?
companyLogoBytes
final
Company logo stored as bytes (for PDF generation)
Implementation
final List<int>? companyLogoBytes;
electrician_app
user_profile
UserProfile
companyLogoBytes property
UserProfile class