UploadAttachmentBytesRequest constructor

UploadAttachmentBytesRequest({
  1. int? short,
  2. String? char,
  3. int? int_,
  4. int? long,
  5. double? float,
  6. double? double_,
  7. bool? direct,
  8. bool? readOnly,
})

Returns a new UploadAttachmentBytesRequest instance.

Implementation

UploadAttachmentBytesRequest({
  this.short,
  this.char,
  this.int_,
  this.long,
  this.float,
  this.double_,
  this.direct,
  this.readOnly,
});