Pulse constructor

const Pulse({
  1. String? name,
  2. String? description,
})

Implementation

const Pulse({this.name, this.description});