BindingObject<T> constructor

BindingObject<T>([
  1. BindingContext? context
])

Implementation

BindingObject([BindingContext? context]) : _context = context, _ownerView = context?.view {
  _bind(_ownerView);
}