SyntaxFix
Write A Post
Hire A Developer
Questions
what about just setting a default value for the field?
private String _foo = "default"; //property here public String Foo
if they pass a value, then it will be overwritten, otherwise, you have a default.