setAuthor method

void setAuthor(
  1. String author
)

Implementation

void setAuthor(String author) {
  _author = author;
  notifyListeners();
}