AddSocialMediaResponse constructor

const AddSocialMediaResponse({
  1. String? status,
  2. String? message,
  3. AddSocialMediaData? data,
})

Implementation

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