Resolution constructor

Resolution({
  1. String? description,
  2. String? id,
  3. String? name,
  4. String? self,
})

Implementation

Resolution({this.description, this.id, this.name, this.self});