addHint method

ResolvedType addHint(
  1. TypeHint hint
)

Implementation

ResolvedType addHint(TypeHint hint) {
  return copyWith(hints: [...hints, hint]);
}