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