copyWith method
Implementation
Vendor copyWith({ bool? manageMasterAdmin,
bool? activation,
num? adminModuleId,
}) => Vendor( manageMasterAdmin: manageMasterAdmin ?? _manageMasterAdmin,
activation: activation ?? _activation,
adminModuleId: adminModuleId ?? _adminModuleId,
);