Vote<T>.result constructor

const Vote<T>.result(
  1. T result
)

Implementation

const factory Vote.result(T result) = _VoteResult;