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