GetProfileResponse constructor

GetProfileResponse({
  1. required String contentType,
  2. required Uint8List profile,
  3. String? contentEncoding,
})

Implementation

GetProfileResponse({
  required this.contentType,
  required this.profile,
  this.contentEncoding,
});