Widget.this - multiple declarations
Function Widget.this
create with ID parameter
this(
string ID
);
Function Widget.this
empty parameter list constructor - for usage by factory
this();
create with ID parameter
this(
string ID
);
empty parameter list constructor - for usage by factory
this();