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