Info constructor

Info({
  1. String? name,
  2. String? domain,
})

Implementation

Info({this.name, this.domain});