Command<T> constructor

Command<T>([
  1. T? value
])

Implementation

Command([T? value]) : _value = value as T;