getURLfromWorkID method Null safety

String getURLfromWorkID(
  1. int workID
)

getURL

Implementation

static String getURLfromWorkID(int workID) {
  return "https://archiveofourown.org/works/$workID/";
}