获取 "孤岛" 的值
String get orphans => getPropertyValue('orphans');
设置 "孤岛" 的值
set orphans(String value) { setProperty('orphans', value, ''); }