Properties represents a persistent set of properties; simply key-value
pairs.
public function getProperty(key:String, defaultValue:String):String
Returns the value associated with the given key if there is one, and the
given defaultValue otherwise.
key | the key to return the value for |
defaultValue | the default value to return if there is no value mapped to the
given key
|
the value mapped to the given key or the given defaultValue