GetSocialMediaConnectionResponse constructor

const GetSocialMediaConnectionResponse({
  1. String? status,
  2. String? message,
  3. int? code,
  4. String? data,
})

Implementation

const GetSocialMediaConnectionResponse({
  this.status,
  this.message,
  this.code,
  this.data,
});