Properties are variables of any type defined on the class . class Cat { String name; // property String color; // property int age; // property } // useage: var cat = Cat(); cat.
Properties are variables of any type defined on the class . class Cat { String name; // property String color; // property int age; // property } // useage: var cat = Cat(); cat.