Creates a PTAgency with the given id, name, and optional url.
id
name
url
PTAgency({required this.id, required this.name, this.url});