FeatureName

data class FeatureName(val parentName: String?, val name: String)

The feature name the name of the feature parentName the name of the parent feature, or null if the feature has no parent (root feature)

Constructors

Link copied to clipboard
constructor(parentName: String?, name: String)

Properties

Link copied to clipboard
Link copied to clipboard