CheckTypesHook constructor

const CheckTypesHook(
  1. Map<Type, bool Function(dynamic)> checks
)

Implementation

const CheckTypesHook(this.checks);