Put constructor Null safety

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

Implementation

const Put([String path = '']) : super('PUT', path);