fullImplications property

DefaultMap<(Logic, bool), Set<(Logic, bool)>> fullImplications
final

Implementation

final fullImplications =
    DefaultMap<(Logic, bool), Set<(Logic, bool)>>(() => <(Logic, bool)>{});