Method$Response constructor

const Method$Response({
  1. String? method,
})

Implementation

const Method$Response({
  this.method,
});