HookHints constructor

const HookHints({
  1. Map<String, dynamic> hints = const {},
})

Implementation

const HookHints({this.hints = const {}});