Get constructor Null safety

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

Implementation

const Get([String path = '']) : super('GET', path);