DeleteSocialMediaResponse constructor

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

Implementation

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