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