menu
electrician_app
features/settings/data/models/user_profile_model.dart
UserProfileModel
companyLogoBytes property
companyLogoBytes
dark_mode
light_mode
description
companyLogoBytes
property
List
<
int
>
?
companyLogoBytes
getter/setter pair
Company logo stored as bytes (for PDF generation)
Implementation
List<int>? companyLogoBytes;
electrician_app
user_profile_model
UserProfileModel
companyLogoBytes property
UserProfileModel class