Hint constructor

Hint({
  1. String? humanReadableName,
})

Implementation

Hint({
  this.humanReadableName,
});