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