ViewData<T>.empty constructor

ViewData<T>.empty()

Implementation

factory ViewData.empty() {
  return ViewData._(status: ViewState.empty);
}