Patch constructor

const Patch([
  1. String path = ''
])

Implementation

const Patch([String path = '']) : super('PATCH', path);