EnumConstantArgumentsImpl constructor
EnumConstantArgumentsImpl({
- required TypeArgumentListImpl? typeArguments,
- required ConstructorSelectorImpl? constructorSelector,
- required ArgumentListImpl argumentList,
Implementation
EnumConstantArgumentsImpl({
required this.typeArguments,
required this.constructorSelector,
required this.argumentList,
}) {
_becomeParentOf(typeArguments);
_becomeParentOf(constructorSelector);
_becomeParentOf(argumentList);
}