Apple.fromString(String s)

Source

factory Apple.fromString(String s) {
  return new Apple._internal(s);
}