Hint constructor

Hint(
  1. String path,
  2. String type
)

Implementation

Hint(this.path, this.type);