typeRelationals property

Set<String> get typeRelationals

Implementation

Set<String> get typeRelationals => {
      kAs,
      kIs,
    };