ConnectionTypesListResponse constructor

ConnectionTypesListResponse({
  1. List<ConnectionType>? connectionTypes,
  2. String? kind,
})

Implementation

ConnectionTypesListResponse({
  this.connectionTypes,
  this.kind,
});