BindingObject<T> constructor
BindingObject<T> ([
- BindingContext? context
Implementation
BindingObject([BindingContext? context]) : _context = context, _ownerView = context?.view {
_bind(_ownerView);
}