ValueViewModel<T> constructor

const ValueViewModel<T>(
  1. T value
)

Implementation

const ValueViewModel(this.value);