Method$ constructor

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

Implementation

Method$({
  this.method,
});