JMS constructor

JMS({
  1. String? name,
  2. String? type,
})

Implementation

JMS({
  this.name,
  this.type,
});