Declares a new private property called _id within the Example class:
package { public class Example { private var _id:String; } }