SharedChecker<_SiblingModel extends Model> constructor

SharedChecker<_SiblingModel extends Model>(
  1. DartType targetType
)

A utility to legibly assert a DartType against core types

Optionally declare a model to discover "sibling" models, or models that share the same domain or provider (e.g. SqliteModel).

Implementation

SharedChecker(this.targetType);