Input$DynamicFieldName constructor
Implementation
factory Input$DynamicFieldName({
String? bcs,
String? literal,
String? type,
}) => Input$DynamicFieldName._({
if (bcs != null) r'bcs': bcs,
if (literal != null) r'literal': literal,
if (type != null) r'type': type,
});