Head constructor Null safety

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

Implementation

const Head([String path = '']) : super('HEAD', path);