Searched defs:model (Results 1 – 3 of 3) sorted by relevance
54 String model; field in Car62 public Car(String type, String model) { in Car()
33 constructor(type, model) { argument
33 constructor(public type: string, public model: string) { property in Car