Method constructor

Method({
  1. String? name,
  2. String? url,
})

Implementation

Method({this.name, this.url});