Type$Response constructor

const Type$Response({
  1. String? type,
})

Implementation

const Type$Response({
  this.type,
});