Returns the system property value for the given name, or null if not found.
name
null
final version = context.getProperty('dart.version');
String? getProperty(String name) => _properties[name];