bind method

void bind(
  1. TimeViewState state
)

Implementation

void bind(TimeViewState state) {
  _state = state;
}