Artist constructor

Artist()

Implementation

factory Artist() {
  return _singleton;
}