Creates a new PdfLayer with name and adds it to the end of the collection.
PdfLayer add({String? name, bool? visible}) { return _helper.add(name, visible); }