@override getBindingProperty(String key) { switch (key) { case 'play': return play; } return super.getBindingProperty(key); }