Authorperm constructor

const Authorperm(
  1. String author,
  2. String permlink
)

Implementation

const Authorperm(this.author, this.permlink);