AmityResponse constructor

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

Implementation

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