path property

List<String> path
final

Type path as a list of segments (e.g., 'pallet_balances', 'AccountData')

Represents the fully qualified path of the type in the source code. Stored as a list to preserve exact structure without parsing issues.

Implementation

final List<String> path;