authors method

List<String> authors()

Implementation

List<String> authors() {
  return PsdkConst.authors;
}