names property

Implementation

static core.Map<TrexAttributeEnumAttrType, String> get names =>
    <TrexAttributeEnumAttrType, String>{
      typeBool: '''Boolean Domain''',
      typeInt: '''Integer Domain''',
      typeFloat: '''Float Domain''',
      typeString: '''String Domain''',
      typeEnum: '''Enumerated Domain''',
    };