switchAppId method Null safety

  1. @override
DynamicWidgetEntity switchAppId(
  1. {required String newAppId}
)
override

Implementation

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