ReleaseNotes constructor

ReleaseNotes(
  1. String name,
  2. String body
)

Implementation

ReleaseNotes(this.name, this.body);