OLAuthor constructor

const OLAuthor({
  1. String name = "",
  2. String personal_name = "",
})

Implementation

const OLAuthor({
  this.name = "",
  this.personal_name = "",
});