$ConnectionType constructor

$ConnectionType({
  1. String? id,
  2. String? kind,
  3. String? name,
})

Implementation

$ConnectionType({this.id, this.kind, this.name});