IsPartnerPresent$Response constructor

const IsPartnerPresent$Response({
  1. Object? isPartnerPresent,
})

Implementation

const IsPartnerPresent$Response({
  this.isPartnerPresent,
});