Post constructor Null safety

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

Implementation

const Post([String path = '']) : super('POST', path);