const classstudsTools::Props
sys::Obj studsTools::Props
Props models a projects studs.props
file.
- get
Get the value for given property name, or
null
if name not found.- make
new make()
Ctor.
- system
System? system(Str name, Bool checked := true)
Find a configured System with given name. If system not found throw Err if
checked
is true, otherwise returnnull
.- systems
const System[] systems
List of configured systems for this project.