Input$DynamicFieldName constructor

Input$DynamicFieldName({
  1. String? bcs,
  2. String? literal,
  3. String? type,
})

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,
});