fullPathName method

List<Name> fullPathName()

Returns the full class name

Implementation

List<Name> fullPathName() => createPathName(
  path,
  schemaMap.namingScheme,
  currentClassName,
  currentFieldName,
  alias,
);