Method constructor

Method({
  1. int? id,
  2. String? name,
  3. Params? params,
  4. Location? location,
})

Implementation

Method({this.id, this.name, this.params, this.location});