Patch constructor Null safety

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

Implementation

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