DocumentPatchFile constructor

DocumentPatchFile({
  1. String? name,
})

Returns a new DocumentPatchFile instance.

Implementation

DocumentPatchFile({
  this.name,
});