SyntheticTypeCapture constructor

const SyntheticTypeCapture(
  1. String identity, {
  2. List<TypeTree> arguments = const [],
})

Implementation

const SyntheticTypeCapture(
  this.identity, {
  this.arguments = const [],
});