UploadAccountResponse constructor

UploadAccountResponse({
  1. List<UploadAccountResponseError>? error,
  2. String? kind,
})

Implementation

UploadAccountResponse({
  this.error,
  this.kind,
});