checkerForType method

SharedChecker<Model> checkerForType(
  1. DartType type
)

Return a SharedChecker for a type. If including a custom checker in your domain, overwrite this field

Implementation

SharedChecker checkerForType(DartType type) => SharedChecker(type);