switchAppId method Null safety

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

Implementation

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