bindState method

void bindState(
  1. _VCardViewState state
)

Implementation

void bindState(_VCardViewState state) {
  this.state = state;
}