Name$Response constructor

const Name$Response({
  1. String? name,
})

Implementation

const Name$Response({
  this.name,
});