switchAppId method
Implementation
@override
BodyComponentEntity switchAppId({required String newAppId}) {
var newEntity = copyWith();
return newEntity;
}
@override
BodyComponentEntity switchAppId({required String newAppId}) {
var newEntity = copyWith();
return newEntity;
}