Player constructor

Player(
  1. String url
)

Creates a new Player object

Implementation

Player(this.url);