toMap method

Map<Logic, bool?> toMap()

Implementation

Map<Logic, bool?> toMap() {
  return _entries;
}