///This is useful when you want to pass a primitive by reference. class PrimitiveWrapper { var value; PrimitiveWrapper(this.value); }