state property

T get state

Implementation

T get state {
  return binding._state as T;
}